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