• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _NFT_ARP_H_
2 #define _NFT_ARP_H_
3 
4 extern char *arp_opcodes[];
5 #define NUMOPCODES 9
6 
7 /* define invflags which won't collide with IPT ones */
8 #define IPT_INV_SRCDEVADDR	0x0080
9 #define IPT_INV_TGTDEVADDR	0x0100
10 #define IPT_INV_ARPHLN		0x0200
11 #define IPT_INV_ARPOP		0x0400
12 #define IPT_INV_ARPHRD		0x0800
13 
14 #endif
15