Go to the documentation of this file.
22 #define GROUP_ADDR 0x80
30 #define FDDI_MAC_SIZE (12)
31 #define FDDI_RAW_MTU (4500-5)
32 #define FDDI_RAW (4500)
39 #define FC_RES_TOKEN 0xc0
40 #define FC_SMT_INFO 0x41
44 #define FC_SMT_LAN_LOC 0x42
45 #define FC_SMT_LOC 0x43
46 #define FC_SMT_NSA 0x4f
48 #define FC_BEACON 0xc2
50 #define FC_SYNC_LLC 0xd0
51 #define FC_ASYNC_LLC 0x50
52 #define FC_SYNC_BIT 0x80
54 #define FC_LLC_PRIOR 0x07
57 #define DBEACON_INFO 1
63 #define C_INDICATOR (1<<0)
64 #define A_INDICATOR (1<<1)
65 #define E_INDICATOR (1<<2)
66 #define I_INDICATOR (1<<6)
67 #define L_INDICATOR (1<<7)