Searched defs:PF_PASS (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/tcpdump/dist/ |
H A D | pf.h | 36 enum { PF_PASS=0, PF_DROP=1, PF_SCRUB=2, PF_NAT=3, PF_NONAT=4, enumerator
|
/netbsd-src/external/bsd/libpcap/dist/ |
H A D | pflog.h | 82 #define PF_PASS 0 macro
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 77 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
|