Home | History | Annotate | Download | only in netfilter_arp

Lines Matching defs:arp

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