Searched defs:arphdr (Results 1 – 7 of 7) sorted by relevance
47 struct arphdr { struct68 * @v arphdr ARP header argument71 static inline void * arp_sender_ha ( struct arphdr *arphdr ) { in arp_sender_ha()80 static inline void * arp_sender_pa ( struct arphdr *arphdr ) { in arp_sender_pa()89 static inline void * arp_target_ha ( struct arphdr *arphdr ) { in arp_target_ha()98 static inline void * arp_target_pa ( struct arphdr *arphdr ) { in arp_target_pa()
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) */
144 struct arphdr { struct145 __be16 ar_hrd; /* format of hardware address */146 __be16 ar_pro; /* format of protocol address */147 unsigned char ar_hln; /* length of hardware address */148 unsigned char ar_pln; /* length of protocol address */149 __be16 ar_op; /* ARP opcode (command) */
119 struct arphdr *arphdr; in arp_resolve() local199 struct arphdr *arphdr = iobuf->data; in arp_rx() local
61 struct arphdr *arphdr; in gdbudp_recv() local
262 struct etharp_hdr *arphdr; in snprintf_arp_hdr() local