Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Daltq.c64 if (ioctl(pffd, DIOCSTOPALTQ) != 0 && errno != ENOENT) in altq_set_enabled()
/freebsd/sys/net/
H A Dpfvar.h2020 #define DIOCSTOPALTQ _IO ('D', 43) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1900 unsigned IOCTL_DIOCSTOPALTQ = DIOCSTOPALTQ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc795 _(DIOCSTOPALTQ, NONE, 0);
/freebsd/sbin/pfctl/
H A Dpfctl.c348 if (altqsupport && ioctl(dev, DIOCSTOPALTQ)) in pfctl_disable()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c4218 case DIOCSTOPALTQ: { in pfioctl()