Searched defs:arp_eth_header (Results 1 – 1 of 1) sorted by relevance
111 struct arp_eth_header { struct112 __be16 ar_hrd; /* format of hardware address */113 __be16 ar_pro; /* format of protocol address */114 unsigned char ar_hln; /* length of hardware address */115 unsigned char ar_pln; /* length of protocol address */116 __be16 ar_op; /* ARP opcode (command) */119 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */120 unsigned char ar_sip[4]; /* sender IP address */121 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */122 unsigned char ar_tip[4]; /* target IP address */