nft-arp.h 94 Bytes
Newer Older
1
2
3
4
5
6
7
#ifndef _NFT_ARP_H_
#define _NFT_ARP_H_

extern char *opcodes[];
#define NUMOPCODES 9

#endif