Searched defs:arp_eth_header (Results 1 – 1 of 1) sorted by relevance
189 struct arp_eth_header { struct190 __be16 ar_hrd; /* format of hardware address */191 __be16 ar_pro; /* format of protocol address */192 unsigned char ar_hln; /* length of hardware address */193 unsigned char ar_pln; /* length of protocol address */194 __be16 ar_op; /* ARP opcode (command) */197 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */198 unsigned char ar_sip[4]; /* sender IP address */199 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */200 unsigned char ar_tip[4]; /* target IP address */