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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 66 check_ip4(const npf_addr_t *addr, const char *ipstr) function in typeref:typename:bool
423 ok = check_ip4(addr, "192.168.1.1");
427 ok = check_ip4(addr, "10.0.0.1");
431 ok = check_ip4(addr, "192.168.1.1");
npf_table_test.c 66 check_ip4(const npf_addr_t *addr, const char *ipstr) function in typeref:typename:bool
423 ok = check_ip4(addr, "192.168.1.1");
427 ok = check_ip4(addr, "10.0.0.1");
431 ok = check_ip4(addr, "192.168.1.1");

Completed in 25 milliseconds