HomeSort by: relevance | last modified time | path
    Searched defs:explore_numeric (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
getaddrinfo.c 242 static int explore_numeric(const struct addrinfo *, const char *,
1286 explore_numeric(const struct addrinfo *pai, const char *hostname, function in typeref:typename:int
1391 return explore_numeric(pai, hostname, servname, res, hostname, svd);
1416 return explore_numeric(pai, hostname, servname, res, hostname,
1421 return explore_numeric(pai, hostname, servname, res, hostname,
1435 error = explore_numeric(pai, addr, servname, res, hostname, svd);
getaddrinfo.c 242 static int explore_numeric(const struct addrinfo *, const char *,
1286 explore_numeric(const struct addrinfo *pai, const char *hostname, function in typeref:typename:int
1391 return explore_numeric(pai, hostname, servname, res, hostname, svd);
1416 return explore_numeric(pai, hostname, servname, res, hostname,
1421 return explore_numeric(pai, hostname, servname, res, hostname,
1435 error = explore_numeric(pai, addr, servname, res, hostname, svd);

Completed in 26 milliseconds