[go: nahoru, domu]

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

/bionic/libc/dns/net/
H A Dgethnamaddr.c593 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) argument
613 char *hbuf_end = hbuf + hbuflen;
818 size_t hbuflen, int *errorp, unsigned netid, unsigned mark)
825 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
845 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
925 struct hostent *hp, char *hbuf, size_t hbuflen, int *he,
931 return android_gethostbyaddrfornet_real(addr,len, af, hp, hbuf, hbuflen, he, netid, mark);
954 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he);
817 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, size_t hbuflen, int *errorp, unsigned netid, unsigned mark) argument
924 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

Completed in 34 milliseconds