Home
last modified time | relevance | path

Searched defs:net_arp_hdr (Results 1 – 1 of 1) sorted by relevance

/subsys/net/l2/ethernet/
A Darp.h35 struct net_arp_hdr { struct
36 uint16_t hwtype; /* HTYPE */
37 uint16_t protocol; /* PTYPE */
38 uint8_t hwlen; /* HLEN */
39 uint8_t protolen; /* PLEN */
40 uint16_t opcode;
41 struct net_eth_addr src_hwaddr; /* SHA */
42 uint8_t src_ipaddr[NET_IPV4_ADDR_SIZE]; /* SPA */
43 struct net_eth_addr dst_hwaddr; /* THA */
44 uint8_t dst_ipaddr[NET_IPV4_ADDR_SIZE]; /* TPA */

Completed in 7 milliseconds