Searched refs:gethostbyaddr (Results 1 – 25 of 52) sorted by relevance
123
/external/python/cpython2/Mac/Demo/example1/ |
D | dnslookup-1.py | 45 value = socket.gethostbyaddr(str)[0]
|
/external/ppp/pppd/plugins/radius/ |
D | ip_util.c | 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), in rc_ip_hostname()
|
/external/ltp/testcases/network/multicast/mc_gethost/ |
D | mc_gethost.c | 71 if (!(host = gethostbyaddr((char *)b_addr, size, af))) { in main()
|
/external/python/cpython2/Mac/Demo/example2/ |
D | dnslookup-2.py | 74 value = socket.gethostbyaddr(str)[0]
|
/external/tcpdump/ |
D | addrtoname.c | 113 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr() 131 #define gethostbyaddr win32_gethostbyaddr macro 255 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in getname() 310 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6); in getname6()
|
/external/python/cpython2/Modules/ |
D | getnameinfo.c | 183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
|
D | getaddrinfo.c | 503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
|
/external/python/cpython3/Modules/ |
D | getnameinfo.c | 183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
|
D | getaddrinfo.c | 503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
|
/external/openssh/openbsd-compat/ |
D | fake-rfc2553.c | 70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|
/external/libcups/cups/ |
D | http-addr.c | 406 host = gethostbyaddr((char *)&(addr->ipv6.sin6_addr), in httpAddrLookup() 410 host = gethostbyaddr((char *)&(addr->ipv4.sin_addr), in httpAddrLookup()
|
/external/iptables/extensions/ |
D | libxt_mangle.c | 299 if ((host = gethostbyaddr((char *) addr, in addr_to_host()
|
/external/iputils/ |
D | tracepath.c | 181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET); in recverr()
|
D | traceroute6.c | 914 if ((hp = gethostbyaddr((char *)&from->sin6_addr, in print()
|
D | ping.c | 1320 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET))) in pr_addr()
|
D | rdisc.c | 704 phe = gethostbyaddr((char *)&addr.s_addr, 4, AF_INET); in pr_name()
|
/external/toolchain-utils/ |
D | file_lock_machine.py | 275 self._full_name = socket.gethostbyaddr(name)[0]
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 42 functions gethostbyname, gethostbyname2 and gethostbyaddr, using the Name
|
/external/ltp/testcases/network/sockets/ |
D | ltpClient.c | 631 gethostbyaddr((void *)&rawReceiveAddr, length, in ltp_traceroute()
|
/external/python/cpython2/Lib/ |
D | socket.py | 141 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
/external/python/cpython3/Lib/ |
D | socket.py | 676 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 120 :func:`gethostbyaddr`. 281 hostname returned by :func:`gethostbyaddr` is checked, followed by aliases for the 324 .. function:: gethostbyaddr(ip_address) 331 domain name, use the function :func:`getfqdn`. :func:`gethostbyaddr` supports
|
/external/curl/m4/ |
D | curl-functions.m4 | 2215 dnl Verify if gethostbyaddr is available, prototyped, 2230 AC_MSG_CHECKING([if gethostbyaddr can be linked]) 2237 if(0 != gethostbyaddr(0, 0, 0)) 2249 AC_MSG_CHECKING([if gethostbyaddr is prototyped]) 2250 AC_EGREP_CPP([gethostbyaddr],[ 2264 AC_MSG_CHECKING([if gethostbyaddr is compilable]) 2271 if(0 != gethostbyaddr(0, 0, 0)) 2284 AC_MSG_CHECKING([if gethostbyaddr usage allowed]) 2294 AC_MSG_CHECKING([if gethostbyaddr might be used]) 2301 [Define to 1 if you have the gethostbyaddr function.])
|
/external/iptables/iptables/ |
D | nft-arp.c | 61 if ((host = gethostbyaddr((char *) addr, in addr_to_host()
|
/external/iproute2/lib/ |
D | utils.c | 933 h_ent = gethostbyaddr(addr, len, af); in resolve_address()
|
123