Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Darp.h28 struct net_arp_hdr { struct
29 uint16_t hwtype; /* HTYPE */
30 uint16_t protocol; /* PTYPE */
31 uint8_t hwlen; /* HLEN */
32 uint8_t protolen; /* PLEN */
33 uint16_t opcode;
34 struct net_eth_addr src_hwaddr; /* SHA */
35 uint8_t src_ipaddr[NET_IPV4_ADDR_SIZE]; /* SPA */
36 struct net_eth_addr dst_hwaddr; /* THA */
37 uint8_t dst_ipaddr[NET_IPV4_ADDR_SIZE]; /* TPA */