Home | History | Annotate | Download | only in netfilter_arp

Lines Matching defs:arp

2  * 	Format of an ARP firewall descriptor
53 /* ARP operation code. */
56 /* ARP hardware address and protocol address format. */
73 /* Values for "flag" field in struct arpt_ip (general arp structure).
85 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
86 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
87 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
88 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
92 parts which are 1) general ARP header stuff 2) match specific
96 struct arpt_arp arp;