Home
last modified time | relevance | path

Searched refs:android_gethostbyaddrforiface (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dnetdb.h210 struct hostent *android_gethostbyaddrforiface(const void *, socklen_t, int, const char*);
/bionic/libc/netbsd/net/
Dgetnameinfo.c331 hp = android_gethostbyaddrforiface(addr, afd->a_addrlen, afd->a_af, iface); in getnameinfo_inet()
/bionic/libc/netbsd/
Dgethnamaddr.c868 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()