Searched refs:pf_test (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libc/gdtoa/test/ |
H A D | makefile | 145 pf_test: pftest target
|
H A D | README | 74 here you can use "make pf_test" and (if you have both a 64-bit long
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 1635 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
|
H A D | pf_ioctl.c | 3304 if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL) in pfil4_wrapper()
|
H A D | pf.c | 5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS) 5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function
|