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

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

Completed in 275 milliseconds