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

Go to the source code of this file.

Data Structures

struct  hdr_ui
 
struct  hdr_ni
 
struct  ebt_802_3_hdr
 
struct  ebt_802_3_info
 

Macros

#define EBT_802_3_SAP   0x01
 
#define EBT_802_3_TYPE   0x02
 
#define EBT_802_3_MATCH   "802_3"
 
#define CHECK_TYPE   0xaa
 
#define IS_UI   0x03
 
#define EBT_802_3_MASK   (EBT_802_3_SAP | EBT_802_3_TYPE | EBT_802_3)
 

Macro Definition Documentation

#define CHECK_TYPE   0xaa

Definition at line 15 of file ebt_802_3.h.

#define EBT_802_3_MASK   (EBT_802_3_SAP | EBT_802_3_TYPE | EBT_802_3)

Definition at line 25 of file ebt_802_3.h.

#define EBT_802_3_MATCH   "802_3"

Definition at line 9 of file ebt_802_3.h.

#define EBT_802_3_SAP   0x01

Definition at line 6 of file ebt_802_3.h.

#define EBT_802_3_TYPE   0x02

Definition at line 7 of file ebt_802_3.h.

#define IS_UI   0x03

Definition at line 23 of file ebt_802_3.h.