Home
last modified time | relevance | path

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

123

/external/python/cpython2/Mac/Demo/example1/
Ddnslookup-1.py45 value = socket.gethostbyaddr(str)[0]
/external/ppp/pppd/plugins/radius/
Dip_util.c108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), in rc_ip_hostname()
/external/ltp/testcases/network/multicast/mc_gethost/
Dmc_gethost.c71 if (!(host = gethostbyaddr((char *)b_addr, size, af))) { in main()
/external/python/cpython2/Mac/Demo/example2/
Ddnslookup-2.py74 value = socket.gethostbyaddr(str)[0]
/external/tcpdump/
Daddrtoname.c113 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/
Dgetnameinfo.c183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
Dgetaddrinfo.c503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
/external/python/cpython3/Modules/
Dgetnameinfo.c183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
Dgetaddrinfo.c503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
/external/openssh/openbsd-compat/
Dfake-rfc2553.c70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/external/libcups/cups/
Dhttp-addr.c406 host = gethostbyaddr((char *)&(addr->ipv6.sin6_addr), in httpAddrLookup()
410 host = gethostbyaddr((char *)&(addr->ipv4.sin_addr), in httpAddrLookup()
/external/iptables/extensions/
Dlibxt_mangle.c299 if ((host = gethostbyaddr((char *) addr, in addr_to_host()
/external/iputils/
Dtracepath.c181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET); in recverr()
Dtraceroute6.c914 if ((hp = gethostbyaddr((char *)&from->sin6_addr, in print()
Dping.c1320 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET))) in pr_addr()
Drdisc.c704 phe = gethostbyaddr((char *)&addr.s_addr, 4, AF_INET); in pr_name()
/external/toolchain-utils/
Dfile_lock_machine.py275 self._full_name = socket.gethostbyaddr(name)[0]
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt42 functions gethostbyname, gethostbyname2 and gethostbyaddr, using the Name
/external/ltp/testcases/network/sockets/
DltpClient.c631 gethostbyaddr((void *)&rawReceiveAddr, length, in ltp_traceroute()
/external/python/cpython2/Lib/
Dsocket.py141 hostname, aliases, ipaddrs = gethostbyaddr(name)
/external/python/cpython3/Lib/
Dsocket.py676 hostname, aliases, ipaddrs = gethostbyaddr(name)
/external/python/cpython2/Doc/library/
Dsocket.rst120 :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/
Dcurl-functions.m42215 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/
Dnft-arp.c61 if ((host = gethostbyaddr((char *) addr, in addr_to_host()
/external/iproute2/lib/
Dutils.c933 h_ent = gethostbyaddr(addr, len, af); in resolve_address()

123