Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/tcp_wrappers/
HDREADME.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
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 …]
/NextBSD/contrib/ntp/scripts/monitoring/
HDntptrap138 (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));
/NextBSD/usr.sbin/bootparamd/callbootd/
HDcallbootd.c47 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
61 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
/NextBSD/contrib/ntp/libntp/
HDnumtohost.c35 || ((hp = gethostbyaddr((char *)&netnum, sizeof netnum, AF_INET)) in numtohost()
/NextBSD/crypto/heimdal/lib/roken/
HDgetipnodebyaddr.c48 tmp = gethostbyaddr (src, len, af); in getipnodebyaddr()
HDroken_gethostby.c232 he = gethostbyaddr(addr, len, type); in roken_gethostbyaddr()
266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
HDgetnameinfo.c52 struct hostent *he = gethostbyaddr (addr, in doit()
HDiruserok.c108 if ((hp = gethostbyaddr((char *)&raddr, in __ivaliduser()
/NextBSD/contrib/ipfilter/lib/
HDhostname.c32 hp = gethostbyaddr(ip, 4, AF_INET);
/NextBSD/contrib/tcpdump/
HDaddrtoname.c118 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr()
136 #define gethostbyaddr win32_gethostbyaddr macro
261 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in getname()
318 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6); in getname6()
/NextBSD/lib/libc/net/
HDSymbol.map28 gethostbyaddr;
/NextBSD/contrib/ipfilter/ipsend/
HDarp.c92 if ((hp = gethostbyaddr(ip, 4, AF_INET)))
/NextBSD/usr.bin/talk/
HDio.c77 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr, in talk()
/NextBSD/crypto/openssl/apps/
HDs_socket.c445 h1 = gethostbyaddr((char *)&from.sin_addr.s_addr, in do_accept()
448 h1 = gethostbyaddr((char *)&from.sin_addr, in do_accept()
/NextBSD/contrib/netbsd-tests/lib/libc/net/
HDh_hostent.c184 geta(gethostbyaddr((const char *)&addr, len, af)); in main()
/NextBSD/contrib/ntp/include/
HDntp_machine.h157 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
/NextBSD/sbin/routed/rtquery/
HDrtquery.c620 hp = gethostbyaddr((char*)&from->sin_addr, in rip_input()
702 hp = gethostbyaddr((char*)&in, in rip_input()
775 hp = gethostbyaddr((char*)&in, sizeof(in), in rip_input()
/NextBSD/include/
HDnetdb.h220 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/NextBSD/contrib/amd/amd/
HDamq_svc.c80 if (!(h = gethostbyaddr((const char *)&(addr->sin_addr), in amqsvc_is_client_allowed()
/NextBSD/crypto/openssh/openbsd-compat/
HDfake-rfc2553.c70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/NextBSD/libexec/talkd/
HDprocess.c152 hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr, in do_announce()
/NextBSD/contrib/unbound/compat/
HDfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/NextBSD/lib/libutil/
HDrealhostname.c56 hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET); in realhostname()
/NextBSD/usr.bin/ypwhich/
HDypwhich.c127 hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr), in bind_host()
/NextBSD/contrib/ldns/compat/
HDfake-rfc2553.c69 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()

1234