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

  /external/libpcap/Win32/Src/
getaddrinfo.c 152 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;
  /bionic/libc/dns/net/
getaddrinfo.c 163 int e_af; member in struct:explore
646 for (ex = explore; ex->e_af >= 0; ex++) {
647 if (pai->ai_family != ex->e_af)
690 for (ex = explore; ex->e_af >= 0; ex++) {
694 if (ex->e_af == PF_UNSPEC)
697 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
705 pai->ai_family = ex->e_af;
750 for (ex = explore; ex->e_af >= 0; ex++) {
754 if (pai->ai_family != ex->e_af)
    [all...]

Completed in 48 milliseconds