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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c152 int e_af; member in struct:explore
365 for (ex = explore; ex->e_af >= 0; ex++) {
366 if (pai->ai_family != ex->e_af)
409 for (ex = explore; ex->e_af >= 0; ex++) {
412 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
420 pai->ai_family = ex->e_af;
462 for (ex = explore; ex->e_af >= 0; ex++) {
468 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
480 pai->ai_family = ex->e_af;

Completed in 13 milliseconds