Go to the documentation of this file. 1 #ifndef _LINUX_ATMBR2684_H
2 #define _LINUX_ATMBR2684_H
4 #include <linux/types.h>
12 #define BR2684_MEDIA_ETHERNET (0)
13 #define BR2684_MEDIA_802_4 (1)
14 #define BR2684_MEDIA_TR (2)
15 #define BR2684_MEDIA_FDDI (3)
16 #define BR2684_MEDIA_802_6 (4)
19 #define BR2684_FLAG_ROUTED (1<<16)
24 #define BR2684_FCSIN_NO (0)
25 #define BR2684_FCSIN_IGNORE (1)
26 #define BR2684_FCSIN_VERIFY (2)
31 #define BR2684_FCSOUT_NO (0)
32 #define BR2684_FCSOUT_SENDZERO (1)
33 #define BR2684_FCSOUT_GENERATE (2)
38 #define BR2684_ENCAPS_VC (0)
39 #define BR2684_ENCAPS_LLC (1)
40 #define BR2684_ENCAPS_AUTODETECT (2)
46 #define BR2684_PAYLOAD_ROUTED (0)
47 #define BR2684_PAYLOAD_BRIDGED (1)
65 #define BR2684_FIND_BYNOTHING (0)
66 #define BR2684_FIND_BYNUM (1)
67 #define BR2684_FIND_BYIFNAME (2)
114 #define BR2684_SETFILT _IOW( 'a', ATMIOC_BACKEND + 0, \
115 struct br2684_filter_set)