Searched refs:families (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c328 int families[2]; local
360 families[0] = AF_INET;
361 families[1] = AF_INET6;
362 CHECK(cap_dns_family_limit(capdns, families, 2) == 0);
388 families[0] = AF_INET;
389 families[1] = AF_INET6;
390 CHECK(cap_dns_family_limit(capdns, families, 2) == 0);
414 families[0] = AF_INET;
415 families[1] = AF_INET6;
416 CHECK(cap_dns_family_limit(capdns, families,
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.h54 int cap_dns_family_limit(cap_channel_t *chan, const int *families,
H A Dcap_dns.c352 cap_dns_family_limit(cap_channel_t *chan, const int *families, argument
369 nvlist_add_number(limits, nvlname, (uint64_t)families[i]);
426 /* If there are no families at all, allow any family. */
727 * family in the limit means that all types or families are
/freebsd-11-stable/sbin/ping/
H A Dping.c1801 int families[1]; local
1815 families[0] = AF_INET;
1816 if (cap_dns_family_limit(capdnsloc, families, 1) < 0)
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c730 int families[2]; local
744 families[0] = AF_INET;
745 families[1] = AF_INET6;
746 if (cap_dns_family_limit(capdnsloc, families, 2) < 0)
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c526 int families[1]; local
568 families[0] = AF_INET;
569 if (cap_dns_family_limit(capdns, families, 1) < 0)
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1520 % Support font families that don't use the same naming scheme as CM.
1651 % we have to define the \textfont of the standard families. Since
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1454 % Support font families that don't use the same naming scheme as CM.
1585 % we have to define the \textfont of the standard families. Since
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1787 % Support font families that don't use the same naming scheme as CM.
2091 % we have to define the \textfont of the standard families. Since

Completed in 244 milliseconds