/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.functions.txt | 422 gethostbyaddr
|
libc.so.versions.txt | 440 gethostbyaddr;
|
/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libc.so.functions.txt | 358 gethostbyaddr
|
libc.so.versions.txt | 373 gethostbyaddr;
|
/external/tcpdump/missing/ |
getnameinfo.c | 241 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
/libcore/ojluni/src/main/java/java/net/ |
Inet6AddressImpl.java | 130 public String getHostByAddr(byte[] addr) throws UnknownHostException {
|
/ndk/sources/host-tools/make-3.81/ |
remote-cstms.c | 198 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
socket.py | 17 gethostbyaddr() -- map an IP number or hostname to DNS info 129 First the hostname returned by gethostbyaddr() is checked, then 137 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
BaseHTTPServer.py | 75 import socket # For gethostbyaddr() 492 This version looks up the full hostname using gethostbyaddr(),
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
socket.py | 17 gethostbyaddr() -- map an IP number or hostname to DNS info 129 First the hostname returned by gethostbyaddr() is checked, then 137 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
BaseHTTPServer.py | 75 import socket # For gethostbyaddr() 492 This version looks up the full hostname using gethostbyaddr(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 17 gethostbyaddr() -- map an IP number or hostname to DNS info 129 First the hostname returned by gethostbyaddr() is checked, then 137 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 17 gethostbyaddr() -- map an IP number or hostname to DNS info 129 First the hostname returned by gethostbyaddr() is checked, then 137 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
/bionic/libc/dns/net/ |
gethnamaddr.c | 916 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr", 943 if (fprintf(proxy, "gethostbyaddr %s %d %d %u", 1604 gethostbyaddr(const void *addr, socklen_t len, int af) function [all...] |
/bionic/libc/ |
libc.mips.brillo.map | 442 gethostbyaddr;
|
libc.x86.brillo.map | 440 gethostbyaddr;
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 408 gethostbyaddr;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 406 gethostbyaddr;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 404 gethostbyaddr;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 444 gethostbyaddr;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 442 gethostbyaddr;
|
/external/iputils/ |
tracepath.c | 181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET);
|
/libcore/ojluni/src/main/native/ |
Inet6AddressImpl.c | 73 * Method: getHostByAddr
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winsock.h | 306 WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyaddr(const char *addr,int len,int type);
|
/external/libpcap/Win32/Src/ |
getaddrinfo.c | 929 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); 937 /* hp will be damaged if we use gethostbyaddr() */
|