Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c177 static int explore_fqdn __P((const struct addrinfo *, const char *,
519 error = explore_fqdn(pai, hostname, servname, &afai);
610 explore_fqdn(pai, hostname, servname, res) in explore_fqdn() function
/netbsd-src/lib/libc/net/
H A Dgetaddrinfo.c238 static int explore_fqdn(const struct addrinfo *, const char *,
646 error = explore_fqdn(pai, hostname, servname, &cur->ai_next, in getaddrinfo()
1155 explore_fqdn(const struct addrinfo *pai, const char *hostname, in explore_fqdn() function