nft-arp.h 315 Bytes
Newer Older
1
2
3
#ifndef _NFT_ARP_H_
#define _NFT_ARP_H_

4
extern char *arp_opcodes[];
5
6
#define NUMOPCODES 9

7
8
9
10
11
12
13
/* define invflags which won't collide with IPT ones */
#define IPT_INV_SRCDEVADDR	0x0080
#define IPT_INV_TGTDEVADDR	0x0100
#define IPT_INV_ARPHLN		0x0200
#define IPT_INV_ARPOP		0x0400
#define IPT_INV_ARPHRD		0x0800

14
#endif