Searched refs:priq_interface (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_priq.h45 struct priq_interface { struct
51 struct priq_interface iface;
72 struct priq_interface iface;
77 struct priq_interface iface;
85 struct priq_interface iface;
93 struct priq_interface iface;
114 struct priq_interface iface;
120 #define PRIQ_IF_ATTACH _IOW('Q', 1, struct priq_interface)
121 #define PRIQ_IF_DETACH _IOW('Q', 2, struct priq_interface)
122 #define PRIQ_ENABLE _IOW('Q', 3, struct priq_interface)
[all...]
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_priq.h43 struct priq_interface { struct
49 struct priq_interface iface;
70 struct priq_interface iface;
75 struct priq_interface iface;
83 struct priq_interface iface;
91 struct priq_interface iface;
112 struct priq_interface iface;
118 #define PRIQ_IF_ATTACH _IOW('Q', 1, struct priq_interface)
119 #define PRIQ_IF_DETACH _IOW('Q', 2, struct priq_interface)
120 #define PRIQ_ENABLE _IOW('Q', 3, struct priq_interface)
[all...]
H A Daltq_priq.c85 static int priqcmd_if_attach(struct priq_interface *);
86 static int priqcmd_if_detach(struct priq_interface *);
759 struct priq_interface *ifacep;
783 error = priqcmd_if_attach((struct priq_interface *)addr);
787 error = priqcmd_if_detach((struct priq_interface *)addr);
793 ifacep = (struct priq_interface *)addr;
855 struct priq_interface *ap;
880 struct priq_interface *ap;

Completed in 59 milliseconds