Searched defs:arphdr (Results 1 – 5 of 5) sorted by relevance
129 struct arphdr struct131 unsigned short ar_hrd; /* format of hardware address */132 unsigned short ar_pro; /* format of protocol address */133 unsigned char ar_hln; /* length of hardware address */134 unsigned char ar_pln; /* length of protocol address */135 unsigned short ar_op; /* ARP opcode (command) */
141 struct arphdr { struct142 __be16 ar_hrd; /* format of hardware address */143 __be16 ar_pro; /* format of protocol address */144 unsigned char ar_hln; /* length of hardware address */145 unsigned char ar_pln; /* length of protocol address */146 __be16 ar_op; /* ARP opcode (command) */
137 struct arphdr { struct138 __be16 ar_hrd; /* format of hardware address */139 __be16 ar_pro; /* format of protocol address */140 unsigned char ar_hln; /* length of hardware address */141 unsigned char ar_pln; /* length of protocol address */142 __be16 ar_op; /* ARP opcode (command) */
580 struct arphdr struct600 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN); in arp_input() argument
669 struct arphdr struct689 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN); in arp_input() argument