Home
last modified time | relevance | path

Searched refs:DIOCGETALTQ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/ipfw/
H A Daltq.c96 if (ioctl(pffd, DIOCGETALTQ, &pfioc) != 0) { in altq_fetch()
/freebsd/sbin/pfctl/
H A Dpfctl_qstats.c167 if (ioctl(dev, DIOCGETALTQ, &pa)) {
/freebsd/sys/net/
H A Dpfvar.h2116 #define DIOCGETALTQ __CONCAT(DIOCGETALTQV, PFIOC_ALTQ_VERSION) macro
2132 #define DIOCGETALTQ __CONCAT(DIOCGETALTQV, 0) macro
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1252 if (ioctl(pfctl_fd(pfh), DIOCGETALTQ, &pa)) { in pfq_refresh()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1903 unsigned IOCTL_DIOCGETALTQ = DIOCGETALTQ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc798 _(DIOCGETALTQ, READWRITE, struct_pfioc_altq_sz);