Searched refs:pf_test (Results 1 - 4 of 4) sorted by relevance

/src/lib/libc/gdtoa/test/
H A Dmakefile142 # To test Printf in ../gdtoa.a, "make pf_test" and perhaps "make pf_testLq"
145 pf_test: pftest target
/src/sys/dist/pf/net/
H A Dpfvar.h1635 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
H A Dpf.c1809 * On netbsd, pf_test and pf_test6 are always called
5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS)
5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function in typeref:typename:int
5740 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname));
5748 panic("non-M_PKTHDR is passed to pf_test");
5761 ("pf_test: pf_get_mtag returned NULL\n"));
H A Dpf_ioctl.c3304 if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)

Completed in 20 milliseconds