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

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

#endif