Home
last modified time | relevance | path

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

/freebsd-head/sbin/ipfw/
HDaltq.c64 if (ioctl(pffd, DIOCSTOPALTQ) != 0 && errno != ENOENT) in altq_set_enabled()
/freebsd-head/sys/net/
HDpfvar.h2084 #define DIOCSTOPALTQ _IO ('D', 43) macro
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1900 unsigned IOCTL_DIOCSTOPALTQ = DIOCSTOPALTQ;
HDsanitizer_interceptors_ioctl_netbsd.inc795 _(DIOCSTOPALTQ, NONE, 0);
/freebsd-head/sbin/pfctl/
HDpfctl.c348 if (altqsupport && ioctl(dev, DIOCSTOPALTQ)) in pfctl_disable()
/freebsd-head/sys/netpfil/pf/
HDpf_ioctl.c4284 case DIOCSTOPALTQ: { in pfioctl()