|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Socket address struct for packet socket. More...
#include <zephyr/net/net_ip.h>
Data Fields | |
| net_sa_family_t | sll_family |
| Always NET_AF_PACKET. | |
| uint16_t | sll_protocol |
| Physical-layer protocol. | |
| int | sll_ifindex |
| Interface number. | |
| uint16_t | sll_hatype |
| ARP hardware type. | |
| uint8_t | sll_pkttype |
| Packet type. | |
| uint8_t | sll_halen |
| Length of address. | |
| uint8_t | sll_addr [8] |
| Physical-layer address, big endian. | |
Socket address struct for packet socket.
| uint8_t net_sockaddr_ll::sll_addr[8] |
Physical-layer address, big endian.
| net_sa_family_t net_sockaddr_ll::sll_family |
Always NET_AF_PACKET.
| uint8_t net_sockaddr_ll::sll_halen |
Length of address.
| uint16_t net_sockaddr_ll::sll_hatype |
ARP hardware type.
| int net_sockaddr_ll::sll_ifindex |
Interface number.
| uint8_t net_sockaddr_ll::sll_pkttype |
Packet type.
| uint16_t net_sockaddr_ll::sll_protocol |
Physical-layer protocol.