Searched refs:hps (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c227 struct hostent *hps, *hpc; local
233 hps = gethostbyname("example.com");
234 if (hps == NULL)
237 if (hostent_compare(hps, hpc))
240 hps = gethostbyname2("example.com", AF_INET);
241 if (hps == NULL)
244 if (hostent_compare(hps, hpc))
247 hps = gethostbyname2("example.com", AF_INET6);
248 if (hps == NULL)
251 if (hostent_compare(hps, hp
[all...]

Completed in 94 milliseconds