Home
last modified time | relevance | path

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

1234

/netbsd-src/distrib/utils/libhack/
H A Dgethost.c57 #define gethostbyaddr _gethostbyaddr macro
72 __weak_alias(gethostbyaddr,_gethostbyaddr);
130 gethostbyaddr(const void *addr, socklen_t len, int type) in gethostbyaddr() function
/netbsd-src/external/bsd/ntp/dist/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));
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dprereq.m445 AC_CHECK_FUNCS(gethostbyname gethostbyaddr inet_ntoa)
47 AC_CHECK_FUNCS(gethostbyname gethostbyaddr inet_ntoa)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken_gethostby.c235 he = gethostbyaddr(addr, len, type); in roken_gethostbyaddr()
269 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
H A Dgetipnodebyaddr.c50 tmp = gethostbyaddr (src, len, af); in getipnodebyaddr()
H A Dgetnameinfo.c54 struct hostent *he = gethostbyaddr (addr, in doit()
H A Diruserok.c110 if ((hp = gethostbyaddr((char *)&raddr, in __ivaliduser()
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dgethostdx4.notyet12 # gethostbyaddr
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dhostname.c31 hp = gethostbyaddr(ip, 4, AF_INET); in hostname()
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dgetnameinfo.cat316 to-nodename translation. It performs functionality of gethostbyaddr(3)
41 getaddrinfo(3), gethostbyaddr(3), getservbyport(3), hosts(5),
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Darp.c92 if ((hp = gethostbyaddr(ip, 4, AF_INET)))
/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c632 hp = gethostbyaddr((char*)&from->sin_addr, in rip_input()
720 hp = gethostbyaddr((char*)&in, in rip_input()
794 hp = gethostbyaddr((char*)&in, sizeof(in), in rip_input()
/netbsd-src/tests/lib/libc/net/
H A Dh_hostent.c184 geta(gethostbyaddr((const char *)&addr, len, af)); in main()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_machine.h159 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
/netbsd-src/include/
H A Dnetdb.h321 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c634 hp = gethostbyaddr( addr, alen, sa->sa_family ); in ldap_pvt_get_hname()
698 he = gethostbyaddr( addr, len, type ); in ldap_pvt_gethostbyaddr_a()
716 *result = gethostbyaddr( addr, len, type ); in ldap_pvt_gethostbyaddr_a()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A De_os.h342 struct hostent *gethostbyaddr(const char *addr, int length, int type);
/netbsd-src/external/gpl2/gmake/dist/
H A Dremote-cstms.c196 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET); in start_remote_job()
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dfake-rfc2553.c67 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
/netbsd-src/usr.bin/getent/
H A Dgetent.c315 he = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6); in hosts()
317 he = gethostbyaddr(addr, INADDRSZ, AF_INET); in hosts()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetnameinfo.c200 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
H A Dgethostent_r.c71 struct hostent *he = gethostbyaddr(addr, len, type); in gethostbyaddr_r()
/netbsd-src/crypto/external/bsd/openssl/dist/
H A De_os.h283 struct hostent *gethostbyaddr(const char *addr, int length, int type);
/netbsd-src/share/doc/psd/21.ipc/
H A Dspell.ok171 gethostbyaddr

1234