Home
last modified time | relevance | path

Searched refs:red_interface (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/altq/altq/
HDaltq_red.h35 struct red_interface { struct
40 struct red_interface iface; argument
66 struct red_interface iface;
106 #define RED_IF_ATTACH _IOW('Q', 1, struct red_interface)
107 #define RED_IF_DETACH _IOW('Q', 2, struct red_interface)
108 #define RED_ENABLE _IOW('Q', 3, struct red_interface)
109 #define RED_DISABLE _IOW('Q', 4, struct red_interface)
HDaltq_red.c770 struct red_interface *ifacep;
793 ifacep = (struct red_interface *)addr;
802 ifacep = (struct red_interface *)addr;
811 ifp = ifunit(((struct red_interface *)addr)->red_ifname);
867 ifacep = (struct red_interface *)addr;