summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
blob: 0d93a31f563b199afcb0cf062bafbee83d90ee66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _NFT_ARP_H_
#define _NFT_ARP_H_

extern char *arp_opcodes[];
#define NUMOPCODES 9

/* 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

#endif