Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_ip.h216 struct sockaddr_ll_ptr { struct
217 sa_family_t sll_family; /* Always AF_PACKET */
218 uint16_t sll_protocol; /* Physical-layer protocol */
219 int sll_ifindex; /* Interface number */
220 uint16_t sll_hatype; /* ARP hardware type */
221 uint8_t sll_pkttype; /* Packet type */
222 uint8_t sll_halen; /* Length of address */
223 uint8_t *sll_addr; /* Physical-layer address, big endian */