Lines Matching defs:he
137 struct hostent *he;
145 he = _gethostbyname(&argp->h_errno, argp->key.name);
146 if (he != NULL) {
153 ret = ent2str(he, a, AF_INET);
157 ret = ent2result(he, a, AF_INET);
197 struct hostent *he;
219 he = _gethostbyaddr(&argp->h_errno, addrp, addrlen, af);
221 if (he != NULL) {
227 ret = ent2str(he, a, argp->key.hostaddr.type);
229 ret = ent2result(he, a, argp->key.hostaddr.type);