Home
last modified time | relevance | path

Searched refs:DIOCGETALTQS (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_qstats.c135 if (ioctl(dev, DIOCGETALTQS, &pa)) { in pfctl_update_qstats()
H A Dpfctl.c1925 if (ioctl(dev, DIOCGETALTQS, &pa)) { in pfctl_test_altqsupport()
/dragonfly/usr.bin/systat/
H A Daltqs.c416 if (ioctl(pf_fd, DIOCGETALTQS, &pa)) in load_altqs()
/dragonfly/sys/net/pf/
H A Dpf_ioctl.c1008 case DIOCGETALTQS: in pfioctl()
1057 case DIOCGETALTQS: in pfioctl()
2058 case DIOCGETALTQS: { in pfioctl()
H A Dpfvar.h1704 #define DIOCGETALTQS _IOWR('D', 47, struct pfioc_altq) macro