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

/bind-9.6-ESV-R11/lib/lwres/
H A Dgethost.c80 * *error. resbuf is a pointer to a struct hostent which is initialised
83 * h_addr_list elements of the struct hostent returned in resbuf.
84 * Successful calls to lwres_gethostbyname_r() return resbuf, which is a
91 * identical to those in lwres_gethostbyname_r(). resbuf is a pointer to
95 * struct hostent returned in resbuf. Successful calls to
96 * lwres_gethostbyaddr_r() return resbuf, which is a pointer to the
128 * lwres_gethostbyaddr_r() return resbuf, a pointer to the struct hostent
229 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, argument
238 res = copytobuf(he, resbuf, buf, buflen);
244 return (resbuf);
249 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument
270 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument
[all...]

Completed in 8 milliseconds