Searched refs:get_canonname (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 134 static int get_canonname(const struct addrinfo*, struct addrinfo*, const char*); 589 error = get_canonname(pai, cur->ai_next, canonname); in explore_numeric() 669 static int get_canonname(const struct addrinfo* pai, struct addrinfo* ai, const char* str) { in get_canonname() function 1015 (void) get_canonname(pai, sentinel.ai_next, qname); in getanswer() 1017 (void) get_canonname(pai, sentinel.ai_next, canonname); in getanswer() 1527 if (get_canonname(pai, res, cname) != 0) { in _gethtent()
|