Home
last modified time | relevance | path

Searched refs: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; in _get_hostserv_inetnetdir_byname() local
579 if ((tmphe = DOOR_GETIPNODEBYNAME_R( in _get_hostserv_inetnetdir_byname()
584 he = __mappedtov4(tmphe, &h_errnop); in _get_hostserv_inetnetdir_byname()
909 struct hostent *he = NULL, *tmphe; in _get_hostserv_inetnetdir_byaddr() local
1014 if ((tmphe = DOOR_GETIPNODEBYADDR_R((char *)&v4mapbuf, in _get_hostserv_inetnetdir_byaddr()
1018 he = __mappedtov4(tmphe, &h_errnop); in _get_hostserv_inetnetdir_byaddr()