HomeSort by: relevance | last modified time | path
    Searched refs:test_addr (Results 1 - 3 of 3) 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/usr.bin/sed/TEST/
sed.test 84 test_addr
198 test_addr()
  /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 34 milliseconds