Searched defs:pai (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | getaddrinfo.cpp | 438 static int explore_fqdn(const struct addrinfo* pai, const char* hostname, const char* servname, in explore_fqdn() 476 static int explore_null(const struct addrinfo* pai, const char* servname, struct addrinfo** res) { in explore_null() 531 static int explore_numeric(const struct addrinfo* pai, const char* hostname, const char* servname, in explore_numeric() 588 static int explore_numeric_scope(const struct addrinfo* pai, const char* hostname, in explore_numeric_scope() 646 static int get_canonname(const struct addrinfo* pai, struct addrinfo* ai, const char* str) { in get_canonname() 658 static struct addrinfo* get_ai(const struct addrinfo* pai, const struct afd* afd, in get_ai() 829 const struct addrinfo* pai, int* herrno) { in getanswer() 1381 static int dns_getaddrinfo(const char* name, const addrinfo* pai, in dns_getaddrinfo() 1491 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent() 1542 static bool files_getaddrinfo(const char* name, const addrinfo* pai, addrinfo** res) { in files_getaddrinfo()
|