Lines Matching defs:he
490 struct hostent *he = NULL, *tmphe;
499 he = DOOR_GETHOSTBYNAME_R(args->arg.nss.host.name,
503 if (he == NULL) {
512 he = DOOR_GETIPNODEBYNAME_R(args->arg.nss.host6.name,
519 if (he == NULL) {
585 he = __mappedtov4(tmphe, &h_errnop);
587 if (he == NULL) {
589 he = DOOR_GETHOSTBYNAME_R(
593 if (he == NULL) {
605 ret = hent2ndaddr(AF_INET, he->h_addr_list,
613 ret = hent2ndaddr(AF_INET, he->h_addr_list,
615 freehostent(he);
675 he = DOOR_GETIPNODEBYNAME_R(
681 if (he == NULL) {
909 struct hostent *he = NULL, *tmphe;
925 he = DOOR_GETHOSTBYADDR_R(args->arg.nss.host.addr,
930 if (he == NULL)
939 he = DOOR_GETIPNODEBYADDR_R(args->arg.nss.host.addr,
945 if (he == NULL)
1021 he = __mappedtov4(tmphe, &h_errnop);
1023 if (!he) {
1025 he = DOOR_GETHOSTBYADDR_R((char *)
1030 if (!he) {
1043 h_errnop = hsents2ndhostservs(he, se,
1051 h_errnop = hsents2ndhostservs(he, se,
1053 freehostent(he);
1104 he = DOOR_GETIPNODEBYADDR_R((char *)&(sin6->sin6_addr),
1108 if (!he) {
1119 h_errnop = hsents2ndhostservs(he, se,
2158 hsents2ndhostservs(struct hostent *he, struct servent *se,
2173 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2188 for (i = 0, hn = he->h_aliases; i < hosts; i++) {
2193 hs->h_host = strdup(he->h_name);