HomeSort by: relevance | last modified time | path
    Searched defs:test_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 68 npf_addr_t addr_storage, *test_addr = &addr_storage; local in function:check_ip4
70 test_addr->word32[0] = inet_addr(ipstr);
71 return memcmp(addr, test_addr, alen) == 0;
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1003 void test_addr(ipf_rdx_head_t *rnh, int pref, addrfamily_t *, int);
1243 test_addr(rnh, i, &af, -1);
1249 test_addr(rnh, i, &af, -1);
1258 test_addr(rnh, i, &af, 3);
1297 test_addr(rnh, pref, addr, limit) function

Completed in 13 milliseconds