Searched refs:_hf_gethtbyaddr (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | hostent.h | 43 int _hf_gethtbyaddr(const unsigned char* uaddr, int len, int af, getnamaddr* info);
|
H A D | sethostent.cpp | 179 int _hf_gethtbyaddr(const unsigned char* uaddr, int len, int af, getnamaddr* info) { in _hf_gethtbyaddr() function
|
H A D | gethnamaddr.cpp | 520 if (_hf_gethtbyaddr(uaddr, len, af, &info)) { in resolv_gethostbyaddr()
|
/aosp12/bionic/libc/dns/include/ |
H A D | hostent.h | 58 int _hf_gethtbyaddr(void *, void *, va_list);
|
/aosp12/bionic/libc/dns/net/ |
H A D | sethostent.c | 251 _hf_gethtbyaddr(void *rv, void *cb_data, va_list ap) in _hf_gethtbyaddr() function
|
H A D | gethnamaddr.c | 840 NS_FILES_CB(_hf_gethtbyaddr, NULL) in android_gethostbyaddrfornetcontext_real()
|