Searched defs:arp_pkt (Results 1 – 1 of 1) sorted by relevance
25 struct arp_pkt { struct26 uint16_t htype;27 uint16_t ptype;28 uint8_t hlen;29 uint8_t plen;30 uint16_t oper;31 uint8_t sha[6];32 uint32_t spa;33 uint8_t tha[6];34 uint32_t tpa;
Completed in 2 milliseconds