Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgetaddrinfo.cpp135 static struct addrinfo* get_ai(const struct addrinfo*, const struct afd*, const char*);
180 (ai) = get_ai(pai, (afd), (addr)); \
658 static struct addrinfo* get_ai(const struct addrinfo* pai, const struct afd* afd, in get_ai() function
991 cur->ai_next = get_ai(&ai, afd, (const char*) cp); in getanswer()