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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c51 struct hostent *_gethostbyname(int *h_errnop, const char *name);
94 _gethostbyname(int *h_errnop, const char *name) function
145 he = _gethostbyname(&argp->h_errno, argp->key.name);

Completed in 45 milliseconds