Searched refs:gethostbyaddr (Results 1 – 18 of 18) sorted by relevance
/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/tcpdump/ |
D | addrtoname.c | 116 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr() 134 #define gethostbyaddr win32_gethostbyaddr macro 250 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in getname() 295 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6); in getname6()
|
/external/openssl/apps/ |
D | s_socket.c | 437 h1=gethostbyaddr((char *)&from.sin_addr.s_addr, in do_accept() 440 h1=gethostbyaddr((char *)&from.sin_addr, in do_accept()
|
/external/dropbear/ |
D | fake-rfc2553.c | 67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|
/external/tcpdump/missing/ |
D | getnameinfo.c | 246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
D | getaddrinfo.c | 922 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
/external/quake/quake/src/WinQuake/ |
D | net_mp.cpp | 382 …hostentry = gethostbyaddr ((char *)&((struct sockaddr_in *)addr)->sin_addr, sizeof(struct in_addr)… in MPATH_GetNameFromAddr()
|
D | net_udp.cpp | 455 …hostentry = gethostbyaddr ((char *)&((struct sockaddr_in *)addr)->sin_addr, sizeof(struct in_addr)… in UDP_GetNameFromAddr()
|
D | mpdosock.h | 740 struct hostent FAR * PASCAL FAR gethostbyaddr(const char FAR * addr,
|
D | mplpc.cpp | 625 gethostbyaddr(const char *addr, int len, int type) in gethostbyaddr() function
|
/external/netcat/ |
D | netcat.c | 394 hostent = gethostbyaddr ((char *)&poop->iaddrs[x], 410 hostent = gethostbyaddr ((char *) &iaddr, sizeof (IA), AF_INET);
|
/external/openssl/ |
D | e_os.h | 726 struct hostent *gethostbyaddr(const char *addr, int length, int type);
|
/external/iproute2/lib/ |
D | utils.c | 585 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL) in resolve_address()
|
/external/ping/ |
D | ping.c | 1596 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET))) in pr_addr()
|
/external/iptables/iptables/ |
D | xtables.c | 1094 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET); in ipaddr_to_host()
|
/external/chromium/third_party/libevent/ |
D | http.c | 128 hp = gethostbyaddr((char *)&sin->sin_addr, in fake_getnameinfo()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 1513 gethostbyaddr().
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1193 'gethostbynamel','gethostbyname','gethostbyaddr','getenv','getdate','getcwd',
|