Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpfvar.h1700 #define DIOCSTOPALTQ _IO ('D', 43) macro
H A Dpf_ioctl.c1995 case DIOCSTOPALTQ: { in pfioctl()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl.c268 if (altqsupport && ioctl(dev, DIOCSTOPALTQ)) in pfctl_disable()