HomeSort by relevance Sort by last modified time
    Searched full:e_af (Results 1 - 2 of 2) sorted by null

  /external/libpcap/Win32/Src/
getaddrinfo.c 147 int e_af; member in struct:explore
360 for (ex = explore; ex->e_af >= 0; ex++) {
361 if (pai->ai_family != ex->e_af)
404 for (ex = explore; ex->e_af >= 0; ex++) {
407 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
415 pai->ai_family = ex->e_af;
457 for (ex = explore; ex->e_af >= 0; ex++) {
463 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
475 pai->ai_family = ex->e_af;
  /bionic/libc/dns/net/
getaddrinfo.c 163 int e_af; member in struct:explore
636 for (ex = explore; ex->e_af >= 0; ex++) {
637 if (pai->ai_family != ex->e_af)
680 for (ex = explore; ex->e_af >= 0; ex++) {
684 if (ex->e_af == PF_UNSPEC)
687 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
695 pai->ai_family = ex->e_af;
740 for (ex = explore; ex->e_af >= 0; ex++) {
744 if (pai->ai_family != ex->e_af)
    [all...]

Completed in 121 milliseconds