Searched refs:he2 (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dgetipnode.c203 struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL; local
302 he2 = hostfromname(by, AF_INET);
304 if (he2 == NULL) {
318 he3 = copyandmerge(he1, he2, af, error_num);
323 if (he2 != NULL)
324 lwres_freehostent(he2);
335 struct hostent *he1, *he2; local
416 he2 = copyandmerge(he1, NULL, af, error_num);
418 if (he2 == NULL)
423 memmove(he2
844 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]

Completed in 9 milliseconds