Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
fddi.h File Reference

Go to the source code of this file.

Data Structures

struct  fddi_addr
 
struct  fddi_mac
 

Macros

#define GROUP_ADDR   0x80 /* MSB in a[0] */
 
#define FDDI_MAC_SIZE   (12)
 
#define FDDI_RAW_MTU   (4500-5) /* exl. Pr,SD, ED/FS */
 
#define FDDI_RAW   (4500)
 
#define FC_VOID   0x40 /* void frame */
 
#define FC_TOKEN   0x80 /* token */
 
#define FC_RES_TOKEN   0xc0 /* restricted token */
 
#define FC_SMT_INFO   0x41 /* SMT Info frame */
 
#define FC_SMT_LAN_LOC   0x42 /* local SMT Info frame */
 
#define FC_SMT_LOC   0x43 /* local SMT Info frame */
 
#define FC_SMT_NSA   0x4f /* SMT NSA frame */
 
#define FC_MAC   0xc0 /* MAC frame */
 
#define FC_BEACON   0xc2 /* MAC beacon frame */
 
#define FC_CLAIM   0xc3 /* MAC claim frame */
 
#define FC_SYNC_LLC   0xd0 /* sync. LLC frame */
 
#define FC_ASYNC_LLC   0x50 /* async. LLC frame */
 
#define FC_SYNC_BIT   0x80 /* sync. bit in FC */
 
#define FC_LLC_PRIOR   0x07 /* priority bits */
 
#define BEACON_INFO   0 /* beacon type */
 
#define DBEACON_INFO   1 /* beacon type DIRECTED */
 
#define C_INDICATOR   (1<<0)
 
#define A_INDICATOR   (1<<1)
 
#define E_INDICATOR   (1<<2)
 
#define I_INDICATOR   (1<<6) /* SK specific */
 
#define L_INDICATOR   (1<<7) /* SK specific */
 

Macro Definition Documentation

#define A_INDICATOR   (1<<1)

Definition at line 64 of file fddi.h.

#define BEACON_INFO   0 /* beacon type */

Definition at line 56 of file fddi.h.

#define C_INDICATOR   (1<<0)

Definition at line 63 of file fddi.h.

#define DBEACON_INFO   1 /* beacon type DIRECTED */

Definition at line 57 of file fddi.h.

#define E_INDICATOR   (1<<2)

Definition at line 65 of file fddi.h.

#define FC_ASYNC_LLC   0x50 /* async. LLC frame */

Definition at line 51 of file fddi.h.

#define FC_BEACON   0xc2 /* MAC beacon frame */

Definition at line 48 of file fddi.h.

#define FC_CLAIM   0xc3 /* MAC claim frame */

Definition at line 49 of file fddi.h.

#define FC_LLC_PRIOR   0x07 /* priority bits */

Definition at line 54 of file fddi.h.

#define FC_MAC   0xc0 /* MAC frame */

Definition at line 47 of file fddi.h.

#define FC_RES_TOKEN   0xc0 /* restricted token */

Definition at line 39 of file fddi.h.

#define FC_SMT_INFO   0x41 /* SMT Info frame */

Definition at line 40 of file fddi.h.

#define FC_SMT_LAN_LOC   0x42 /* local SMT Info frame */

Definition at line 44 of file fddi.h.

#define FC_SMT_LOC   0x43 /* local SMT Info frame */

Definition at line 45 of file fddi.h.

#define FC_SMT_NSA   0x4f /* SMT NSA frame */

Definition at line 46 of file fddi.h.

#define FC_SYNC_BIT   0x80 /* sync. bit in FC */

Definition at line 52 of file fddi.h.

#define FC_SYNC_LLC   0xd0 /* sync. LLC frame */

Definition at line 50 of file fddi.h.

#define FC_TOKEN   0x80 /* token */

Definition at line 38 of file fddi.h.

#define FC_VOID   0x40 /* void frame */

Definition at line 37 of file fddi.h.

#define FDDI_MAC_SIZE   (12)

Definition at line 30 of file fddi.h.

#define FDDI_RAW   (4500)

Definition at line 32 of file fddi.h.

#define FDDI_RAW_MTU   (4500-5) /* exl. Pr,SD, ED/FS */

Definition at line 31 of file fddi.h.

#define GROUP_ADDR   0x80 /* MSB in a[0] */

Definition at line 22 of file fddi.h.

#define I_INDICATOR   (1<<6) /* SK specific */

Definition at line 66 of file fddi.h.

#define L_INDICATOR   (1<<7) /* SK specific */

Definition at line 67 of file fddi.h.