Searched defs:_gethostbyaddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c52 static struct hostent *_gethostbyaddr(int *h_errnop, const char *addr,
74 _gethostbyaddr(int *h_errnop, const char *addr, int len, int type) function
219 he = _gethostbyaddr(&argp->h_errno, addrp, addrlen, af);

Completed in 44 milliseconds