Lines Matching refs:GET_AI
218 static struct addrinfo *get_ai(const struct addrinfo *,
269 #define GET_AI(ai, afd, addr) \
272 (ai) = get_ai(pai, (afd), (addr)); \
665 GET_AI(cur->ai_next, afd, afd->a_addrany);
671 GET_AI(cur->ai_next, afd, afd->a_loopback);
727 GET_AI(cur->ai_next, afd, pton);
748 GET_AI(cur->ai_next, afd, pton);
866 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr)
1240 cur->ai_next = get_ai(&ai, afd, (const char *)cp);