Searched refs:explore_numeric (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 129 static int explore_numeric(const struct addrinfo*, const char*, const char*, struct addrinfo**, 539 static int explore_numeric(const struct addrinfo* pai, const char* hostname, const char* servname, in explore_numeric() function 619 if (!afd->a_scoped) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 622 if (cp == NULL) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 634 error = explore_numeric(pai, addr, servname, res, hostname); in explore_numeric_scope()
|