Home
last modified time | relevance | path

Searched refs:pf_test (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libc/gdtoa/test/
H A Dmakefile145 pf_test: pftest target
H A DREADME74 here you can use "make pf_test" and (if you have both a 64-bit long
/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h1635 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
H A Dpf_ioctl.c3304 if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL) in pfil4_wrapper()
H A Dpf.c5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS)
5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function