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

/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c911 nss_XbyY_buf_t *ndbuf4host = 0; local
1002 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent),
1004 if (ndbuf4host == 0) {
1018 16, AF_INET6, ndbuf4host->result,
1019 ndbuf4host->buffer,
1020 ndbuf4host->buflen, &h_errnop)) != NULL)
1027 sa->sin_family, ndbuf4host->result,
1028 ndbuf4host->buffer, ndbuf4host->buflen,
1031 NSS_XbyY_FREE(&ndbuf4host);
[all...]

Completed in 35 milliseconds