Go to the documentation of this file.
27 #include <linux/types.h>
33 #define DVB_NET_FEEDTYPE_MPE 0
34 #define DVB_NET_FEEDTYPE_ULE 1
38 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if)
39 #define NET_REMOVE_IF _IO('o', 53)
40 #define NET_GET_IF _IOWR('o', 54, struct dvb_net_if)
48 #define __NET_ADD_IF_OLD _IOWR('o', 52, struct __dvb_net_if_old)
49 #define __NET_GET_IF_OLD _IOWR('o', 54, struct __dvb_net_if_old)