Searched refs:test_gethostbyaddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libcasper/services/cap_net/tests/ |
| H A D | net_test.c | 177 test_gethostbyaddr(cap_channel_t *chan, int family, const char *ip) in test_gethostbyaddr() function 433 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET, TEST_IPV4) == 0); in ATF_TC_BODY() 434 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET6, TEST_IPV6) == 0); in ATF_TC_BODY() 505 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET, TEST_IPV4) == in ATF_TC_BODY() 642 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET, TEST_IPV4) == 0); in ATF_TC_BODY() 676 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET, TEST_IPV4) == 0); in ATF_TC_BODY() 677 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET6, TEST_IPV6) == 0); in ATF_TC_BODY() 678 ATF_REQUIRE(test_gethostbyaddr(capnet, PF_LINK, TEST_IPV4) == in ATF_TC_BODY() 688 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET, TEST_IPV4) == 0); in ATF_TC_BODY() 689 ATF_REQUIRE(test_gethostbyaddr(capnet, AF_INET6, TEST_IPV6) == 0); in ATF_TC_BODY() [all …]
|