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

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetaddrinfo.c157 static int get_local(const char *name, int socktype, struct addrinfo **res);
262 return (get_local(hostname, socktype, res));
266 return (get_local(servname, socktype, res));
702 get_local(const char *name, int socktype, struct addrinfo **res) { function
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetaddrinfo.c168 static int get_local(const char *name, int socktype, struct addrinfo **res);
281 return (get_local(hostname, socktype, res));
285 return (get_local(servname, socktype, res));
1179 get_local(const char *name, int socktype, struct addrinfo **res) { function

Completed in 43 milliseconds