Searched defs:arp_packet (Results 1 – 1 of 1) sorted by relevance
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];[all …]