Searched refs:GET_AI (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/dns/net/ |
H A D | getaddrinfo.c | 274 #define GET_AI(ai, afd, addr) \ macro 901 GET_AI(cur->ai_next, afd, afd->a_addrany); in explore_null() 907 GET_AI(cur->ai_next, afd, afd->a_loopback); in explore_null() 962 GET_AI(cur->ai_next, afd, pton); in explore_numeric() 983 GET_AI(cur->ai_next, afd, pton); in explore_numeric()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | getaddrinfo.cpp | 180 #define GET_AI(ai, afd, addr) \ macro 535 GET_AI(cur->ai_next, afd, afd->a_addrany); in explore_null() 538 GET_AI(cur->ai_next, afd, afd->a_loopback); in explore_null() 581 GET_AI(cur->ai_next, afd, pton); in explore_numeric()
|