Searched refs:explore_numeric (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 220 static int explore_numeric(const struct addrinfo *, const char *, 924 explore_numeric(const struct addrinfo *pai, const char *hostname, in explore_numeric() function 1015 return explore_numeric(pai, hostname, servname, res, hostname); in explore_numeric_scope() 1039 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() 1056 error = explore_numeric(pai, addr, servname, res, hostname); in explore_numeric_scope()
|