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

/bionic/libc/dns/net/
H A Dgethnamaddr.c592 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) argument
611 char *ptr = hbuf;
612 char *hbuf_end = hbuf + hbuflen;
703 char hbuf[MAXHOSTNAMELEN]; local
738 hbuf, sizeof(hbuf))))
816 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, argument
824 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
844 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
924 struct hostent *hp, char *hbuf, size_
923 android_gethostbyaddrfornet_proxy_internal(const void* addr, socklen_t len, int af, struct hostent *hp, char *hbuf, size_t hbuflen, int *he, unsigned netid, unsigned mark) argument
[all...]
/bionic/libc/dns/resolv/
H A Dres_send.c1311 char hbuf[NI_MAXHOST]; local
1315 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),
1317 strncpy(hbuf, "?", sizeof(hbuf) - 1);
1318 hbuf[sizeof(hbuf) - 1] = '\0';
1323 string, hbuf, sbuf, strerror(error));

Completed in 69 milliseconds