Symbol: cap_dns_type_limit
lib/libcasper/services/cap_dns/cap_dns.h
66
int cap_dns_type_limit(cap_channel_t *chan, const char * const *types,
lib/libcasper/services/cap_dns/tests/dns_test.c
379
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
386
cap_dns_type_limit(capdns, NULL, 0) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
410
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
413
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
416
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
442
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
445
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
448
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
474
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
506
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
538
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
543
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
546
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
549
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
580
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
585
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
588
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
591
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
622
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
627
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
630
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
633
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
663
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
668
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
671
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
674
cap_dns_type_limit(capdns, types, 1) == -1);
sbin/ping/ping.c
1677
if (cap_dns_type_limit(capdnsloc, types, 2) < 0)
sbin/ping/ping.c
607
if (cap_dns_type_limit(capdns, types, 1) < 0)
sbin/ping/ping6.c
2763
if (cap_dns_type_limit(capdnsloc, types, nitems(types)) < 0)
sbin/ping/ping6.c
980
if (cap_dns_type_limit(capdns, types, nitems(types)) < 0)
usr.sbin/traceroute/traceroute.c
539
if (cap_dns_type_limit(capdns, types, 2) < 0)
usr.sbin/traceroute6/traceroute6.c
1569
if (cap_dns_type_limit(capdns, types, nitems(types)) < 0)