Lines Matching defs:e_af
157 int e_af;
513 for (ex = explore; ex->e_af >= 0; ex++) {
514 if (pai->ai_family != ex->e_af)
560 for (ex = explore; ex->e_af >= 0; ex++) {
564 if ((((uint64_t)1 << ex->e_af) & mask) == 0)
568 if (ex->e_af == PF_UNSPEC)
571 if (!MATCH_FAMILY(pai->ai_family, ex->e_af, WILD_AF(ex)))
578 pai->ai_family = ex->e_af;
618 for (ex = explore; ex->e_af >= 0; ex++) {
624 if (ex->e_af != PF_UNSPEC &&
625 (((uint64_t)1 << ex->e_af) & mask) == 0)
629 if (pai->ai_family != ex->e_af)