Home
last modified time | relevance | path

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

123

/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS44 % gethostbyaddr 131.155.210.23
49 % gethostbyaddr 131.155.12.78
62 % gethostbyaddr 131.155.210.23
67 % gethostbyaddr 131.155.12.78
91 # Contents: gethostbyaddr.c gethostbyname.c
94 if test -f gethostbyaddr.c -a "${1}" != "-c" ; then
100 X * gethostbyaddr tester. compile with:
102 X * cc -o gethostbyaddr gethostbyaddr.c (SunOS 4.x)
104 X * cc -o gethostbyaddr gethostbyaddr.c -lnsl (SunOS 5.x)
106 X * run as: gethostbyaddr address
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap138 (gethostbyaddr(pack("C4",$1,$2,$3,$4),&AF_INET))[$[,$[+4];
165 local($name) = gethostbyaddr($addr,&AF_INET);
277 &log(sprintf("%50s: %s: %s",(gethostbyaddr($from,&AF_INET))[$[],$ret,$data));
364 local($x) = (gethostbyaddr(pack("C4",$1,$2,$3,$4),&AF_INET));
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c40 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET); in eachres_whoami()
52 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET); in eachres_getfile()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c48 tmp = gethostbyaddr (src, len, af); in getipnodebyaddr()
H A Droken_gethostby.c232 he = gethostbyaddr(addr, len, type); in roken_gethostbyaddr()
266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
H A Dgetnameinfo.c52 struct hostent *he = gethostbyaddr (addr, in doit()
H A Diruserok.c108 if ((hp = gethostbyaddr((char *)&raddr, in __ivaliduser()
/freebsd/sbin/ipf/libipf/
H A Dhostname.c30 hp = gethostbyaddr(ip, 4, AF_INET); in hostname()
/freebsd/lib/libcasper/services/cap_dns/
H A Dcap_dns.h94 return (gethostbyaddr(addr, len, type));
/freebsd/sbin/ipf/ipsend/
H A Darp.c81 if ((hp = gethostbyaddr(ip, 4, AF_INET)))
/freebsd/usr.bin/talk/
H A Dio.c74 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr, in talk()
/freebsd/lib/libc/net/
H A DSymbol.map24 gethostbyaddr;
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c184 geta(gethostbyaddr((const char *)&addr, len, af)); in main()
/freebsd/contrib/ntp/include/
H A Dntp_machine.h157 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
/freebsd/contrib/tcpdump/
H A Daddrtoname.c156 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr()
174 #define gethostbyaddr win32_gethostbyaddr macro
306 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in ipaddr_string()
368 hp = gethostbyaddr((char *)&addr, sizeof(addr), in ip6addr_string()
/freebsd/include/
H A Dnetdb.h233 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/freebsd/sbin/routed/rtquery/
H A Drtquery.c601 hp = gethostbyaddr((char*)&from->sin_addr, in rip_input()
683 hp = gethostbyaddr((char*)&in, in rip_input()
756 hp = gethostbyaddr((char*)&in, sizeof(in), in rip_input()
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.h160 #define cap_gethostbyaddr(chan, addr, len, type) gethostbyaddr(addr, len, type)
/freebsd/contrib/unbound/compat/
H A Dfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/freebsd/contrib/ldns/compat/
H A Dfake-rfc2553.c69 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/freebsd/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/freebsd/usr.bin/rup/
H A Drup.c107 hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr, in rstat_reply()
/freebsd/usr.bin/ypwhich/
H A Dypwhich.c126 hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr), in bind_host()
/freebsd/libexec/talkd/
H A Dprocess.c146 hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr, in do_announce()
/freebsd/lib/libutil/
H A Drealhostname.c55 hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET); in realhostname()

123