Searched refs:gethostbyaddr (Results 1 - 16 of 16) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dip_util.c108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
/external/dropbear/
H A Dfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr,
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.c70 hp = gethostbyaddr((char *)&sin->sin_addr,
/external/openssl/apps/
H A Ds_socket.c436 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
439 h1=gethostbyaddr((char *)&from.sin_addr,
444 BIO_printf(bio_err,"bad gethostbyaddr\n");
/external/quake/quake/src/WinQuake/
H A Dnet_mp.cpp382 hostentry = gethostbyaddr ((char *)&((struct sockaddr_in *)addr)->sin_addr, sizeof(struct in_addr), AF_INET);
H A Dnet_udp.cpp455 hostentry = gethostbyaddr ((char *)&((struct sockaddr_in *)addr)->sin_addr, sizeof(struct in_addr), AF_INET);
H A Dmpdosock.h599 * Error return codes from gethostbyname() and gethostbyaddr()
740 struct hostent FAR * PASCAL FAR gethostbyaddr(const char FAR * addr,
H A Dmplpc.cpp625 gethostbyaddr(const char *addr, int len, int type) function
/external/tcpdump/
H A Daddrtoname.c99 * fake gethostbyaddr for Win2k/XP
100 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
116 return gethostbyaddr(addr, len, type);
134 #define gethostbyaddr win32_gethostbyaddr macro
250 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
295 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6);
/external/tcpdump/missing/
H A Dgetnameinfo.c246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
H A Dgetaddrinfo.c922 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
930 /* hp will be damaged if we use gethostbyaddr() */
/external/iproute2/lib/
H A Dutils.c585 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
/external/openssl/
H A De_os.h714 struct hostent *gethostbyaddr(const char *addr, int length, int type);
/external/iptables/iptables/
H A Dxtables.c1094 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET);
/external/ping/
H A Dping.c1596 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET)))
/external/chromium/third_party/libevent/
H A Dhttp.c128 hp = gethostbyaddr((char *)&sin->sin_addr,

Completed in 640 milliseconds