Searched refs:hbuflen (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | gethnamaddr.cpp | 123 size_t hbuflen, const android_net_context* netcontext); 497 size_t hbuflen, const android_net_context* netcontext) { in gethostbyname_internal() argument 499 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen); in gethostbyname_internal() 553 const void* addr, socklen_t len, int af, struct hostent* hp, char* hbuf, size_t hbuflen, in android_gethostbyaddrfornetcontext_proxy_internal() argument 555 return android_gethostbyaddrfornetcontext_real(addr, len, af, hp, hbuf, hbuflen, netcontext); in android_gethostbyaddrfornetcontext_proxy_internal()
|