CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/06/07 06:02:28
Modified files: sys/net : if.c if.h if_pflow.c pf.c pf_table.c sys/netinet : tcp_input.c tcp_usrreq.c Log message: Introduce unhandled_af() for cases where code conditionally does something based on an address family and later assumes one of the paths was taken. This was initially just calls to panic until guenther suggested a function to reduce the amount of strings needed. This reduces the amount of noise with static analysers and acts as a sanity check. ok guenther@ bluhm@