Searched refs:lwres_gethostbyaddr_r (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/lwres/win32/include/lwres/ |
H A D | netdb.h | 285 #define gethostbyaddr_r lwres_gethostbyaddr_r 447 struct hostent *lwres_gethostbyaddr_r(const char *, int, int, struct hostent *,
|
/bind-9.11.3/lib/lwres/ |
H A D | gethost.c | 78 * lwres_gethostbyaddr_r() is a thread-safe function that performs a 84 * lwres_gethostbyaddr_r(). buf is a buffer of length len bytes which is 87 * lwres_gethostbyaddr_r() return resbuf, which is a pointer to the 119 * lwres_gethostbyaddr_r() return resbuf, a pointer to the struct hostent 124 * and lwres_gethostbyaddr_r() set the global variable errno to ERANGE. 136 * lwres_gethostbyname_r(), and lwres_gethostbyaddr_r() respectively. 243 lwres_gethostbyaddr_r(const char *addr, int len, int type, function
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | netdb.h.in | 291 #define gethostbyaddr_r lwres_gethostbyaddr_r 452 struct hostent *lwres_gethostbyaddr_r(const char *, int, int, struct hostent *,
|
Completed in 13 milliseconds