~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/linux/netfilter_bridge/ebt_arp.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef __LINUX_BRIDGE_EBT_ARP_H
2
2
#define __LINUX_BRIDGE_EBT_ARP_H
3
3
 
 
4
#include <linux/types.h>
 
5
 
4
6
#define EBT_ARP_OPCODE 0x01
5
7
#define EBT_ARP_HTYPE 0x02
6
8
#define EBT_ARP_PTYPE 0x04
27
29
        unsigned char smmsk[ETH_ALEN];
28
30
        unsigned char dmaddr[ETH_ALEN];
29
31
        unsigned char dmmsk[ETH_ALEN];
30
 
        uint8_t  bitmask;
31
 
        uint8_t  invflags;
 
32
        __u8  bitmask;
 
33
        __u8  invflags;
32
34
};
33
35
 
34
36
#endif