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

Go to the source code of this file.

Data Structures

struct  ebt_arp_info
 

Macros

#define EBT_ARP_OPCODE   0x01
 
#define EBT_ARP_HTYPE   0x02
 
#define EBT_ARP_PTYPE   0x04
 
#define EBT_ARP_SRC_IP   0x08
 
#define EBT_ARP_DST_IP   0x10
 
#define EBT_ARP_SRC_MAC   0x20
 
#define EBT_ARP_DST_MAC   0x40
 
#define EBT_ARP_GRAT   0x80
 
#define EBT_ARP_MASK
 
#define EBT_ARP_MATCH   "arp"
 

Macro Definition Documentation

#define EBT_ARP_DST_IP   0x10

Definition at line 10 of file ebt_arp.h.

#define EBT_ARP_DST_MAC   0x40

Definition at line 12 of file ebt_arp.h.

#define EBT_ARP_GRAT   0x80

Definition at line 13 of file ebt_arp.h.

#define EBT_ARP_HTYPE   0x02

Definition at line 7 of file ebt_arp.h.

#define EBT_ARP_MASK
Value:

Definition at line 14 of file ebt_arp.h.

#define EBT_ARP_MATCH   "arp"

Definition at line 17 of file ebt_arp.h.

#define EBT_ARP_OPCODE   0x01

Definition at line 6 of file ebt_arp.h.

#define EBT_ARP_PTYPE   0x04

Definition at line 8 of file ebt_arp.h.

#define EBT_ARP_SRC_IP   0x08

Definition at line 9 of file ebt_arp.h.

#define EBT_ARP_SRC_MAC   0x20

Definition at line 11 of file ebt_arp.h.