Searched refs:cap_gethostbyname2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libcasper/services/cap_net/ |
| H A D | cap_net.h | 90 struct hostent *cap_gethostbyname2(cap_channel_t *chan, const char *name, 155 #define cap_gethostbyname2(chan, ...) gethostbyname2(__VA_ARGS__) macro
|
| H A D | Makefile | 41 MLINKS+=cap_net.3 cap_gethostbyname2.3
|
| H A D | cap_net.c | 193 return (cap_gethostbyname2(chan, name, AF_INET)); in cap_gethostbyname() 197 cap_gethostbyname2(cap_channel_t *chan, const char *name, int af) in cap_gethostbyname2() function
|
| /freebsd/lib/libcasper/services/cap_dns/tests/ |
| H A D | dns_test.c | 223 hpc = cap_gethostbyname2(capdns, "example.com", AF_INET); in runtest() 232 hpc = cap_gethostbyname2(capdns, "example.com", AF_INET6); in runtest()
|
| /freebsd/lib/libcasper/services/cap_dns/ |
| H A D | cap_dns.c | 126 return (cap_gethostbyname2(chan, name, AF_INET)); in cap_gethostbyname() 130 cap_gethostbyname2(cap_channel_t *chan, const char *name, int type) in cap_gethostbyname2() function
|
| /freebsd/sbin/ping/ |
| H A D | ping.c | 560 hp = cap_gethostbyname2(capdns, source, AF_INET); in ping() 588 hp = cap_gethostbyname2(capdns, target, AF_INET); in ping()
|
| /freebsd/lib/libcasper/services/cap_net/tests/ |
| H A D | net_test.c | 231 caphp = cap_gethostbyname2(chan, domain, family); in test_gethostbyname() 1418 caphp = cap_gethostbyname2(capnet, TEST_IPV4, AF_INET); in ATF_TC_BODY()
|