HomeSort by: relevance | last modified time | path
    Searched refs:npf_test_getif (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npfl2onlytest.c 54 ifnet_t *ifp = npf_test_getif(t->ifname);
74 if (npf_test_getif(t->ifname) == NULL) {
npf_l2rule_test.c 102 ifnet_t *ifp = npf_test_getif(t->ifname);
136 if (npf_test_getif(t->ifname) == NULL) {
npf_perf_test.c 31 ifnet_t *ifp = npf_test_getif(IFNAME_INT);
npf_test.h 100 ifnet_t * npf_test_getif(const char *);
npf_test_subr.c 139 npf_test_getif(const char *ifname) function in typeref:typename:ifnet_t *
184 return npf_test_getif(ifname);
npf_rid_test.c 148 ifnet_t *ifp = npf_test_getif(t->ifname);
241 if (npf_test_getif(t->ifname) == NULL) {
npf_rule_test.c 256 ifnet_t *ifp = npf_test_getif(t->ifname);
290 if (npf_test_getif(t->ifname) == NULL) {
npf_nat_test.c 225 ifnet_t *ifp = npf_test_getif(t->ifname);
npf_mbuf_subr.c 334 ifnet_t *ifp = npf_test_getif(ifname ? ifname : IFNAME_DUMMY);
  /src/usr.sbin/npf/npftest/
npftest.h 20 #define rumpns_npf_test_getif npf_test_getif

Completed in 38 milliseconds