/freebsd/contrib/tcp_wrappers/ |
H A D | README.NIS | 44 % 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 95 echo shar: Will not over-write existing file \"gethostbyaddr.c\" 97 echo shar: Extracting \"gethostbyaddr.c\" \(1073 characters\) 98 sed "s/^X//" >gethostbyaddr.c <<'END_OF_gethostbyaddr.c' 100 X * gethostbyaddr tester. compile with: [all …]
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntptrap | 138 (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 D | callbootd.c | 40 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/contrib/ntp/libntp/ |
H A D | numtohost.c |
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getipnodebyaddr.c | 48 tmp = gethostbyaddr (src, len, af); in getipnodebyaddr()
|
H A D | roken_gethostby.c | 232 he = gethostbyaddr(addr, len, type); in roken_gethostbyaddr() 266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
|
H A D | getnameinfo.c | 52 struct hostent *he = gethostbyaddr (addr, in doit()
|
H A D | iruserok.c | 108 if ((hp = gethostbyaddr((char *)&raddr, in __ivaliduser()
|
/freebsd/sbin/ipf/libipf/ |
H A D | hostname.c | 30 hp = gethostbyaddr(ip, 4, AF_INET); in hostname()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | arp.c | 81 if ((hp = gethostbyaddr(ip, 4, AF_INET)))
|
/freebsd/usr.bin/talk/ |
H A D | io.c | 74 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr, in talk()
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 24 gethostbyaddr;
|
/freebsd/contrib/tcpdump/ |
H A D | addrtoname.c | 154 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr() 172 #define gethostbyaddr win32_gethostbyaddr macro 304 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in ipaddr_string() 366 hp = gethostbyaddr((char *)&addr, sizeof(addr), in ip6addr_string()
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_hostent.c | 184 geta(gethostbyaddr((const char *)&addr, len, af)); in main()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_machine.h | 157 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 601 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/include/ |
H A D | netdb.h | 233 struct hostent *gethostbyaddr(const void *, socklen_t, int);
|
/freebsd/lib/libcasper/services/cap_net/ |
H A D | cap_net.h | 160 #define cap_gethostbyaddr(chan, addr, len, type) gethostbyaddr(addr, len, type)
|
/freebsd/contrib/unbound/compat/ |
H A D | fake-rfc2553.c | 67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|
/freebsd/libexec/talkd/ |
H A D | process.c | 146 hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr, in do_announce()
|
/freebsd/usr.bin/rup/ |
H A D | rup.c | 107 hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr, in rstat_reply()
|
/freebsd/lib/libutil/ |
H A D | realhostname.c | 55 hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET); in realhostname()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | fake-rfc2553.c | 70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|
/freebsd/usr.bin/ypwhich/ |
H A D | ypwhich.c | 126 hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr), in bind_host()
|
/freebsd/contrib/ldns/compat/ |
H A D | fake-rfc2553.c | 69 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|