Searched refs:get_local (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c160 static int get_local(const char *name, int socktype, struct addrinfo **res);
265 return (get_local(hostname, socktype, res));
269 return (get_local(servname, socktype, res));
705 get_local(const char *name, int socktype, struct addrinfo **res) { function
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c162 static int get_local(const char *name, int socktype, struct addrinfo **res);
276 return (get_local(hostname, socktype, res));
280 return (get_local(servname, socktype, res));
1193 get_local(const char *name, int socktype, struct addrinfo **res) { function

Completed in 34 milliseconds