Home
last modified time | relevance | path

Searched refs:get_ai (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp135 static struct addrinfo* get_ai(const struct addrinfo*, const struct afd*, const char*);
183 (ai) = get_ai(pai, (afd), (addr)); \
681 static struct addrinfo* get_ai(const struct addrinfo* pai, const struct afd* afd, in get_ai() function
1003 cur->ai_next = get_ai(&ai, afd, (const char*) cp); in getanswer()