Searched defs:resbuf (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/lwres/ |
H A D | gethost.c | 71 * *error. resbuf is a pointer to a struct hostent which is initialised 74 * h_addr_list elements of the struct hostent returned in resbuf. 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 86 * struct hostent returned in resbuf. Successful calls to 87 * lwres_gethostbyaddr_r() return resbuf, which is a pointer to the 119 * lwres_gethostbyaddr_r() return resbuf, a pointer to the struct hostent 223 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, argument 232 res = copytobuf(myhe, resbuf, buf, buflen); 238 return (resbuf); 243 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument 264 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument [all...] |
Completed in 11 milliseconds