HomeSort by relevance Sort by last modified time
    Searched refs:e_af (Results 1 - 3 of 3) 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 161 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...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 151 int e_af; member in struct:explore
411 for (ex = explore; ex->e_af >= 0; ex++) {
412 if (pai->ai_family != ex->e_af)
455 for (ex = explore; ex->e_af >= 0; ex++) {
459 if (ex->e_af == PF_UNSPEC)
462 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
470 pai->ai_family = ex->e_af;
508 for (ex = explore; ex->e_af >= 0; ex++) {
512 if (pai->ai_family != ex->e_af)
    [all...]

Completed in 71 milliseconds