Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ebt_stp.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  ebt_stp_config_info
 
struct  ebt_stp_info
 

Macros

#define EBT_STP_TYPE   0x0001
 
#define EBT_STP_FLAGS   0x0002
 
#define EBT_STP_ROOTPRIO   0x0004
 
#define EBT_STP_ROOTADDR   0x0008
 
#define EBT_STP_ROOTCOST   0x0010
 
#define EBT_STP_SENDERPRIO   0x0020
 
#define EBT_STP_SENDERADDR   0x0040
 
#define EBT_STP_PORT   0x0080
 
#define EBT_STP_MSGAGE   0x0100
 
#define EBT_STP_MAXAGE   0x0200
 
#define EBT_STP_HELLOTIME   0x0400
 
#define EBT_STP_FWDD   0x0800
 
#define EBT_STP_MASK   0x0fff
 
#define EBT_STP_CONFIG_MASK   0x0ffe
 
#define EBT_STP_MATCH   "stp"
 

Macro Definition Documentation

#define EBT_STP_CONFIG_MASK   0x0ffe

Definition at line 21 of file ebt_stp.h.

#define EBT_STP_FLAGS   0x0002

Definition at line 8 of file ebt_stp.h.

#define EBT_STP_FWDD   0x0800

Definition at line 18 of file ebt_stp.h.

#define EBT_STP_HELLOTIME   0x0400

Definition at line 17 of file ebt_stp.h.

#define EBT_STP_MASK   0x0fff

Definition at line 20 of file ebt_stp.h.

#define EBT_STP_MATCH   "stp"

Definition at line 23 of file ebt_stp.h.

#define EBT_STP_MAXAGE   0x0200

Definition at line 16 of file ebt_stp.h.

#define EBT_STP_MSGAGE   0x0100

Definition at line 15 of file ebt_stp.h.

#define EBT_STP_PORT   0x0080

Definition at line 14 of file ebt_stp.h.

#define EBT_STP_ROOTADDR   0x0008

Definition at line 10 of file ebt_stp.h.

#define EBT_STP_ROOTCOST   0x0010

Definition at line 11 of file ebt_stp.h.

#define EBT_STP_ROOTPRIO   0x0004

Definition at line 9 of file ebt_stp.h.

#define EBT_STP_SENDERADDR   0x0040

Definition at line 13 of file ebt_stp.h.

#define EBT_STP_SENDERPRIO   0x0020

Definition at line 12 of file ebt_stp.h.

#define EBT_STP_TYPE   0x0001

Definition at line 6 of file ebt_stp.h.