Searched refs:GET_AI (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getaddrinfo.c | 227 #define GET_AI(ai, afd, addr) \ macro 754 GET_AI(cur->ai_next, afd, afd->a_addrany); 760 GET_AI(cur->ai_next, afd, afd->a_loopback); 807 GET_AI(cur->ai_next, afd, pton); 820 GET_AI(cur->ai_next, afd, pton); 1195 GET_AI(cur->ai_next, afd, ap);
|
/netbsd-src/lib/libc/net/ |
H A D | getaddrinfo.c | 317 #define GET_AI(ai, afd, addr) \ macro 1259 GET_AI(cur->ai_next, afd, afd->a_addrany); in explore_null() 1265 GET_AI(cur->ai_next, afd, afd->a_loopback); in explore_null() 1335 GET_AI(cur->ai_next, afd, pton); in explore_numeric() 1355 GET_AI(cur->ai_next, afd, pton); in explore_numeric()
|