Searched refs:GET_AI (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 275 #define GET_AI(ai, afd, addr) \ macro 896 GET_AI(cur->ai_next, afd, afd->a_addrany); in explore_null() 902 GET_AI(cur->ai_next, afd, afd->a_loopback); in explore_null() 957 GET_AI(cur->ai_next, afd, pton); in explore_numeric() 978 GET_AI(cur->ai_next, afd, pton); in explore_numeric()
|