OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_gethostbyaddrforiface
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
netdb.h
210
struct hostent *
android_gethostbyaddrforiface
(const void *, socklen_t, int, const char*, int);
/bionic/libc/netbsd/net/
getnameinfo.c
331
hp =
android_gethostbyaddrforiface
(addr, afd->a_addrlen, afd->a_af,
/system/netd/
DnsProxyListener.cpp
480
hp =
android_gethostbyaddrforiface
((char*)mAddress, mAddressLen, mAddressFamily,
/bionic/libc/netbsd/
gethnamaddr.c
869
android_gethostbyaddrforiface
(const void *addr, socklen_t len, int af, const char* iface, int mark)
function
883
return
android_gethostbyaddrforiface
(addr, len, af, NULL, 0);
[
all
...]
Completed in 547 milliseconds