Home
last modified time | relevance | path

Searched refs:DIOCGETALTQS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/ipfw/
H A Daltq.c89 if (ioctl(pffd, DIOCGETALTQS, &pfioc) != 0) { in altq_fetch()
/freebsd/sbin/pfctl/
H A Dpfctl_qstats.c152 if (ioctl(dev, DIOCGETALTQS, &pa)) {
H A Dpfctl.c2797 if (ioctl(dev, DIOCGETALTQS, &pa)) { in pfctl_test_altqsupport()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1232 if (ioctl(pfctl_fd(pfh), DIOCGETALTQS, &pa)) { in pfq_refresh()
1650 if (ioctl(pfdev, DIOCGETALTQS, &pa)) { in altq_is_enabled()
/freebsd/sys/net/
H A Dpfvar.h2071 #define DIOCGETALTQS __CONCAT(DIOCGETALTQSV, PFIOC_ALTQ_VERSION) macro
2087 #define DIOCGETALTQS __CONCAT(DIOCGETALTQSV, 0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1902 unsigned IOCTL_DIOCGETALTQS = DIOCGETALTQS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc797 _(DIOCGETALTQS, READWRITE, struct_pfioc_altq_sz);