Home
last modified time | relevance | path

Searched refs:cap_gethostbyaddr (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.h92 struct hostent *cap_gethostbyaddr(cap_channel_t *chan, const void *addr,
160 #define cap_gethostbyaddr(chan, addr, len, type) gethostbyaddr(addr, len, type) macro
H A DMakefile41 MLINKS+=cap_net.3 cap_gethostbyaddr.3
H A Dcap_net.c223 cap_gethostbyaddr(cap_channel_t *chan, const void *addr, socklen_t len, in cap_gethostbyaddr() function
/freebsd/contrib/tcpdump/
H A Daddrtoname.c300 hp = cap_gethostbyaddr(capdns, (char *)&addr, 4, in ipaddr_string()
362 hp = cap_gethostbyaddr(capdns, (char *)&addr, in ip6addr_string()
H A Dconfigure.ac270 AC_CHECK_LIB(cap_dns, cap_gethostbyaddr, LIBS="$LIBS -lcap_dns")
H A Dconfigure4922 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cap_gethostbyaddr in -lcap_dns" >&5
4923 printf %s "checking for cap_gethostbyaddr in -lcap_dns... " >&6; }
H A DCMakeLists.txt1038 check_library_exists(cap_dns cap_gethostbyaddr "" HAVE_CAP_GETHOSTBYADDR)
/freebsd/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c140 caphp = cap_gethostbyaddr(chan, &ipaddr, sizeof(ipaddr), family); in test_gethostbyaddr_v4()
162 caphp = cap_gethostbyaddr(chan, &ipaddr, sizeof(ipaddr), AF_INET6); in test_gethostbyaddr_v6()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1879 hp = cap_gethostbyaddr(capdns, (char *)&in, sizeof(in), in inetname()
/freebsd/sbin/ping/
H A Dping.c1601 hp = cap_gethostbyaddr(capdns, (char *)&ina, sizeof(ina), AF_INET); in pr_addr()