Dr Andrew Scott G7VAV

My photo
 
July 2025
Mo Tu We Th Fr Sa Su
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10


netfilter_arp.h
01: #ifndef __LINUX_ARP_NETFILTER_H
02: #define __LINUX_ARP_NETFILTER_H
03: 
04: /* ARP-specific defines for netfilter.
05:  * (C)2002 Rusty Russell IBM -- This code is GPL.
06:  */
07: 
08: #include <linux/netfilter.h>
09: 
10: /* There is no PF_ARP. */
11: #define NF_ARP          0
12: 
13: /* ARP Hooks */
14: #define NF_ARP_IN       0
15: #define NF_ARP_OUT      1
16: #define NF_ARP_FORWARD  2
17: #define NF_ARP_NUMHOOKS 3
18: 
19: #endif /* __LINUX_ARP_NETFILTER_H */
20: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/