Lines Matching defs:he
493 struct hostent *he = NULL, *tmphe;
502 he = DOOR_GETHOSTBYNAME_R(args->arg.nss.host.name,
506 if (he == NULL)
512 he = DOOR_GETIPNODEBYNAME_R(args->arg.nss.host6.name,
519 if (he == NULL)
584 he = __mappedtov4(tmphe, &h_errnop);
586 if (he == NULL) {
588 he = DOOR_GETHOSTBYNAME_R(
592 if (he == NULL) {
602 ret = hent2ndaddr(AF_INET, he->h_addr_list,
610 ret = hent2ndaddr(AF_INET, he->h_addr_list,
612 freehostent(he);
674 he = DOOR_GETIPNODEBYNAME_R(
680 if (he == NULL) {
909 struct hostent *he = NULL, *tmphe;
925 he = DOOR_GETHOSTBYADDR_R(args->arg.nss.host.addr,
930 if (he == 0)
938 he = DOOR_GETIPNODEBYADDR_R(args->arg.nss.host.addr,
944 if (he == 0)
1018 he = __mappedtov4(tmphe, &h_errnop);
1020 if (!he) {
1022 he = DOOR_GETHOSTBYADDR_R((char *)
1027 if (!he) {
1039 h_errnop = hsents2ndhostservs(he, se,
1047 h_errnop = hsents2ndhostservs(he, se,
1049 freehostent(he);
1101 he = DOOR_GETIPNODEBYADDR_R((char *)&(sin6->sin6_addr),
1105 if (!he) {
1116 h_errnop = hsents2ndhostservs(he, se,
2166 hsents2ndhostservs(struct hostent *he, struct servent *se,
2181 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2196 for (i = 0, hn = he->h_aliases; i < hosts; i++) {
2201 hs->h_host = strdup(he->h_name);