Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h209 struct hostent *gethostbyaddr(const void *, int, int);
/bionic/libc/netbsd/net/
Dgetnameinfo.c386 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
389 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
/bionic/libc/netbsd/
Dgethnamaddr.c641 gethostbyaddr(const void *addr, in gethostbyaddr() function