Searched refs:explore_numeric (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/dns/net/ |
H A D | getaddrinfo.c | 223 static int explore_numeric(const struct addrinfo *, const char *, 928 explore_numeric(const struct addrinfo *pai, const char *hostname, in explore_numeric() function 1019 return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 1043 return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 1047 return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 1060 error = explore_numeric(pai, addr, servname, res, hostname); in explore_numeric_scope()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | getaddrinfo.cpp | 130 static int explore_numeric(const struct addrinfo*, const char*, const char*, struct addrinfo**, 554 static int explore_numeric(const struct addrinfo* pai, const char* hostname, const char* servname, in explore_numeric() function 634 if (!afd->a_scoped) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 637 if (cp == NULL) return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 649 error = explore_numeric(pai, addr, servname, res, hostname); in explore_numeric_scope()
|