Searched defs:lwres_gethostbyname_r (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dgethost.c69 * PF_INET or PF_INET6. lwres_gethostbyname_r() is a thread-safe function
72 * by a successful call to lwres_gethostbyname_r() . buf is a buffer of
75 * Successful calls to lwres_gethostbyname_r() return resbuf, which is a
82 * identical to those in lwres_gethostbyname_r(). resbuf is a pointer to
118 * Successful calls to lwres_gethostbyname_r() and
123 * the struct hostent. If buf was too small, both lwres_gethostbyname_r()
136 * lwres_gethostbyname_r(), and lwres_gethostbyaddr_r() respectively.
223 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, function

Completed in 11 milliseconds