Home
last modified time | relevance | path

Searched refs:DIOCADDALTQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h2114 #define DIOCADDALTQ __CONCAT(DIOCADDALTQV, PFIOC_ALTQ_VERSION) macro
2130 #define DIOCADDALTQ __CONCAT(DIOCADDALTQV, 0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1901 unsigned IOCTL_DIOCADDALTQ = DIOCADDALTQ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc796 _(DIOCADDALTQ, READWRITE, struct_pfioc_altq_sz);
/freebsd/sbin/pfctl/
H A Dpfctl.c2085 if (ioctl(pf->dev, DIOCADDALTQ, pf->paltq)) { in pfctl_add_altq()