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

/freebsd-10.1-release/lib/libc/net/
H A Dgetaddrinfo.c158 int e_af; member in struct:explore
433 for (ex = explore; ex->e_af >= 0; ex++) {
434 if (!MATCH_FAMILY(pai->ai_family, ex->e_af,
448 if (ex->e_af < 0)
540 for (ex = explore; ex->e_af >= 0; ex++) {
543 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
553 pai->ai_family = ex->e_af;

Completed in 48 milliseconds