Home | History | Annotate | Download | only in net

Lines Matching refs:get_ai

228 static struct addrinfo *get_ai(const struct addrinfo *,
273 #define GET_AI(ai, afd, addr) \
276 (ai) = get_ai(pai, (afd), (addr)); \
896 GET_AI(cur->ai_next, afd, afd->a_addrany);
902 GET_AI(cur->ai_next, afd, afd->a_loopback);
957 GET_AI(cur->ai_next, afd, pton);
978 GET_AI(cur->ai_next, afd, pton);
1094 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr)
1472 cur->ai_next = get_ai(&ai, afd, (const char *)cp);