Home
last modified time | relevance | path

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

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