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

/bionic/libc/dns/net/
H A Dgetaddrinfo.c162 int e_af; member in struct:explore
642 for (ex = explore; ex->e_af >= 0; ex++) {
643 if (pai->ai_family != ex->e_af)
686 for (ex = explore; ex->e_af >= 0; ex++) {
690 if (ex->e_af == PF_UNSPEC)
693 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
701 pai->ai_family = ex->e_af;
746 for (ex = explore; ex->e_af >= 0; ex++) {
750 if (pai->ai_family != ex->e_af)

Completed in 889 milliseconds