Searched refs:android_gethostbyaddrforiface (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/ |
D | netdb.h | 210 struct hostent *android_gethostbyaddrforiface(const void *, socklen_t, int, const char*);
|
/bionic/libc/netbsd/net/ |
D | getnameinfo.c | 331 hp = android_gethostbyaddrforiface(addr, afd->a_addrlen, afd->a_af, iface); in getnameinfo_inet()
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 868 android_gethostbyaddrforiface(const void *addr, socklen_t len, int af, const char* iface) in android_gethostbyaddrforiface() function 882 return android_gethostbyaddrforiface(addr, len, af, NULL); in gethostbyaddr()
|