Searched defs:arp_packet (Results 1 – 2 of 2) sorted by relevance
46 struct arp_packet { struct47 struct ethhdr eh;48 struct arphdr arp;49 struct eth_addr src_mac;50 struct in_addr src_ip;51 struct eth_addr dest_mac;52 struct in_addr dest_ip;
1196 struct arp_packet { struct1197 u8 dest_mac[ETH_ALEN];1198 u8 src_mac[ETH_ALEN];1199 __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];[all …]