Home
last modified time | relevance | path

Searched refs:cap_gethostbyaddr (Results 1 – 12 of 12) 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,
156 #define cap_gethostbyaddr(chan, ...) gethostbyaddr(__VA_ARGS__) macro
H A DMakefile39 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/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c307 hpc = cap_gethostbyaddr(capdns, &ip4, sizeof(ip4), AF_INET); in runtest()
317 hpc = cap_gethostbyaddr(capdns, &ip6, sizeof(ip6), AF_INET6); in runtest()
/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.ac275 AC_CHECK_LIB(cap_dns, cap_gethostbyaddr, LIBS="$LIBS -lcap_dns")
H A Dconfigure4927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cap_gethostbyaddr in -lcap_dns" >&5
4928 printf %s "checking for cap_gethostbyaddr in -lcap_dns... " >&6; }
H A DCMakeLists.txt1089 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/lib/libcasper/services/cap_dns/
H A Dcap_dns.c156 cap_gethostbyaddr(cap_channel_t *chan, const void *addr, socklen_t len, in cap_gethostbyaddr() function
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1896 hp = cap_gethostbyaddr(capdns, (char *)&in, sizeof(in), in inetname()
/freebsd/sbin/ping/
H A Dping.c1608 hp = cap_gethostbyaddr(capdns, (char *)&ina, sizeof(ina), AF_INET); in pr_addr()