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

  /external/tcpdump/missing/
getaddrinfo.c 142 int e_af; member in struct:explore
353 for (ex = explore; ex->e_af >= 0; ex++) {
354 if (pai->ai_family != ex->e_af)
397 for (ex = explore; ex->e_af >= 0; ex++) {
400 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
408 pai->ai_family = ex->e_af;
450 for (ex = explore; ex->e_af >= 0; ex++) {
456 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
468 pai->ai_family = ex->e_af;
  /bionic/libc/netbsd/net/
getaddrinfo.c 160 int e_af; member in struct:explore
639 for (ex = explore; ex->e_af >= 0; ex++) {
640 if (pai->ai_family != ex->e_af)
683 for (ex = explore; ex->e_af >= 0; ex++) {
687 if (ex->e_af == PF_UNSPEC)
690 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
698 pai->ai_family = ex->e_af;
743 for (ex = explore; ex->e_af >= 0; ex++) {
747 if (pai->ai_family != ex->e_af)
    [all...]

Completed in 29 milliseconds