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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c493 struct hostent *he = NULL, *tmphe; local
579 if ((tmphe = DOOR_GETIPNODEBYNAME_R(
584 he = __mappedtov4(tmphe, &h_errnop);
909 struct hostent *he = NULL, *tmphe; local
1014 if ((tmphe = DOOR_GETIPNODEBYADDR_R((char *)&v4mapbuf,
1018 he = __mappedtov4(tmphe, &h_errnop);

Completed in 67 milliseconds