Searched refs:DIOCGETALTQS (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/ipfw/ |
H A D | altq.c | 89 if (ioctl(pffd, DIOCGETALTQS, &pfioc) != 0) { in altq_fetch()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_qstats.c | 152 if (ioctl(dev, DIOCGETALTQS, &pa)) {
|
H A D | pfctl.c | 2775 if (ioctl(dev, DIOCGETALTQS, &pa)) { in pfctl_test_altqsupport()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1232 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 D | pfvar.h | 2115 #define DIOCGETALTQS __CONCAT(DIOCGETALTQSV, PFIOC_ALTQ_VERSION) macro 2131 #define DIOCGETALTQS __CONCAT(DIOCGETALTQSV, 0) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1902 unsigned IOCTL_DIOCGETALTQS = DIOCGETALTQS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 797 _(DIOCGETALTQS, READWRITE, struct_pfioc_altq_sz);
|