Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/services/cap_dns/
H A Dcap_dns.c72 hostent_unpack(const nvlist_t *nvl, struct hostent *hp) in hostent_unpack() function
150 hp = hostent_unpack(nvl, &hent); in cap_gethostbyname2()
176 hp = hostent_unpack(nvl, &hent); in cap_gethostbyaddr()
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.c93 hostent_unpack(const nvlist_t *nvl, struct hostent *hp) in hostent_unpack() function
217 hp = hostent_unpack(nvl, &hent); in cap_gethostbyname2()
243 hp = hostent_unpack(nvl, &hent); in cap_gethostbyaddr()