Searched defs:arp_packet (Results 1 – 1 of 1) sorted by relevance
1196 struct arp_packet { struct1199 __be16 type;1200 __be16 ar_hrd;1201 __be16 ar_pro;1202 u8 ar_hln;1203 u8 ar_pln;1204 __be16 ar_op;1205 u8 ar_sha[ETH_ALEN];1206 u8 ar_sip[4];1207 u8 ar_tha[ETH_ALEN];[all …]