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

123

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dnumtohost.c29 || ((hp = gethostbyaddr((char *)&netnum, sizeof netnum, AF_INET))
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c48 tmp = gethostbyaddr (src, len, af);
H A Dgetnameinfo.c52 struct hostent *he = gethostbyaddr (addr,
H A Droken_gethostby.c232 he = gethostbyaddr(addr, len, type);
266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
H A Diruserok.c108 if ((hp = gethostbyaddr((char *)&raddr,
/freebsd-10.0-release/usr.sbin/ntp/scripts/
H A Dntptrace42 $name = (gethostbyaddr($iaddr, AF_INET))[0];
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dhostname.c32 hp = gethostbyaddr(ip, 4, AF_INET);
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntptrap136 (gethostbyaddr(pack("C4",$1,$2,$3,$4),&AF_INET))[$[,$[+4];
163 local($name) = gethostbyaddr($addr,&AF_INET);
275 &log(sprintf("%50s: %s: %s",(gethostbyaddr($from,&AF_INET))[$[],$ret,$data));
362 local($x) = (gethostbyaddr(pack("C4",$1,$2,$3,$4),&AF_INET));
H A Dntploopstat225 = (gethostbyaddr($server_addr,&AF_INET))[$[] || $ntpserver;
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dntptrace.in48 $name = (gethostbyaddr($iaddr, AF_INET))[0];
H A Dntpsweep.in109 ($name, $aliases, $addrtype, $length, @addrs) = gethostbyaddr($addr, 2);
/freebsd-10.0-release/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c47 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
61 he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Darp.c92 if ((hp = gethostbyaddr(ip, 4, AF_INET)))
/freebsd-10.0-release/usr.bin/talk/
H A Dio.c73 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr,
/freebsd-10.0-release/lib/libc/net/
H A DSymbol.map28 gethostbyaddr;
/freebsd-10.0-release/contrib/amd/amd/
H A Damq_svc.c80 if (!(h = gethostbyaddr((const char *)&(addr->sin_addr),
/freebsd-10.0-release/contrib/ldns/compat/
H A Dfake-rfc2553.c69 hp = gethostbyaddr((char *)&sin->sin_addr,
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dinternet.c171 host = gethostbyaddr((void *)address,sizeof(struct in_addr),
/freebsd-10.0-release/contrib/unbound/compat/
H A Dfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr,
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c70 hp = gethostbyaddr((char *)&sin->sin_addr,
/freebsd-10.0-release/include/
H A Dnetdb.h135 * Error return codes from gethostbyname() and gethostbyaddr()
220 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/freebsd-10.0-release/lib/libutil/
H A Drealhostname.c56 hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET);
/freebsd-10.0-release/sbin/routed/rtquery/
H A Drtquery.c620 hp = gethostbyaddr((char*)&from->sin_addr,
702 hp = gethostbyaddr((char*)&in,
775 hp = gethostbyaddr((char*)&in, sizeof(in),
/freebsd-10.0-release/crypto/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");
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_machine.h386 struct hostent *gethostbyaddr P((char * netnum, int size, int addr_type));

Completed in 183 milliseconds

123