Searched defs:arp_hdr (Results 1 – 1 of 1) sorted by relevance
66 struct arp_hdr { struct67 struct uip_eth_hdr ethhdr;68 u16_t hwtype;69 u16_t protocol;70 u8_t hwlen;71 u8_t protolen;72 u16_t opcode;73 struct uip_eth_addr shwaddr;74 u16_t sipaddr[2];75 struct uip_eth_addr dhwaddr;[all …]