Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgetaddrinfo.cpp130 static int explore_numeric(const struct addrinfo*, const char*, const char*, struct addrinfo**,
531 static int explore_numeric(const struct addrinfo* pai, const char* hostname, const char* servname, in explore_numeric() function
611 if (!afd->a_scoped) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope()
614 if (cp == NULL) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope()
626 error = explore_numeric(pai, addr, servname, res, hostname); in explore_numeric_scope()