Lines Matching defs:arp_packet
1206 struct arp_packet { struct1207 u8 dest_mac[ETH_ALEN];1208 u8 src_mac[ETH_ALEN];1209 __be16 type;1210 __be16 ar_hrd;1211 __be16 ar_pro;1212 u8 ar_hln;1213 u8 ar_pln;1214 __be16 ar_op;1215 u8 ar_sha[ETH_ALEN];1216 u8 ar_sip[4];1217 u8 ar_tha[ETH_ALEN];1218 u8 ar_tip[4];