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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c911 nss_XbyY_buf_t *ndbuf4host = 0; local
999 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent),
1001 if (ndbuf4host == 0) {
1015 16, AF_INET6, ndbuf4host->result,
1016 ndbuf4host->buffer,
1017 ndbuf4host->buflen, &h_errnop)) != NULL)
1024 sa->sin_family, ndbuf4host->result,
1025 ndbuf4host->buffer, ndbuf4host->buflen,
1028 NSS_XbyY_FREE(&ndbuf4host);
[all...]

Completed in 58 milliseconds