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