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

/bind-9.11.3/lib/lwres/
H A Dgetipnode.c194 struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL; local
271 he1 = hostfromname(by, AF_INET6);
273 if (he1 == NULL) {
290 (he1 == NULL || (flags & AI_ALL) != 0)))) {
299 } else if (he1 == NULL) {
309 he3 = copyandmerge(he1, he2, af, error_num);
312 if (he1 != NULL)
313 lwres_freehostent(he1);
326 struct hostent *he1, *he2; local
397 he1
835 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]

Completed in 12 milliseconds