/external/libpcap/Win32/Src/ |
getaddrinfo.c | 192 static struct addrinfo *get_ai __P((const struct addrinfo *, 218 #define GET_AI(ai, afd, addr) \ 221 (ai) = get_ai(pai, (afd), (addr)); \ 645 GET_AI(cur->ai_next, afd, ap); 725 GET_AI(cur->ai_next, afd, afd->a_addrany); 731 GET_AI(cur->ai_next, afd, afd->a_loopback); 805 GET_AI(cur->ai_next, afd, pton); 933 GET_AI(cur, afd, hp->h_addr_list[0]); 948 GET_AI(cur, afd, ap); 955 GET_AI(cur, afd, numaddr) 995 get_ai(pai, afd, addr) function [all...] |
/bionic/libc/dns/net/ |
getaddrinfo.c | 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) function [all...] |
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
getaddrinfo.c | 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)
function 1240 cur->ai_next = get_ai(&ai, afd, (const char *)cp);
[all...] |