Home
last modified time | relevance | path

Searched refs:orighp (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c135 struct hostent *caphp, *orighp; in test_gethostbyaddr_v4() local
144 orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), family); in test_gethostbyaddr_v4()
145 if (orighp == NULL) in test_gethostbyaddr_v4()
148 ATF_REQUIRE(strcmp(orighp->h_name, caphp->h_name) == 0); in test_gethostbyaddr_v4()
157 struct hostent *caphp, *orighp; in test_gethostbyaddr_v6() local
166 orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), AF_INET6); in test_gethostbyaddr_v6()
167 if (orighp == NULL) in test_gethostbyaddr_v6()
170 ATF_REQUIRE(strcmp(orighp->h_name, caphp->h_name) == 0); in test_gethostbyaddr_v6()
229 struct hostent *caphp, *orighp; in test_gethostbyname() local
235 orighp = gethostbyname2(domain, family); in test_gethostbyname()
[all …]