|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Socket address struct for packet socket. More...
#include <net_ip.h>
Data Fields | |
| sa_family_t | sll_family |
| Always 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 sockaddr_ll::sll_addr[8] |
Physical-layer address, big endian.
| sa_family_t sockaddr_ll::sll_family |
Always AF_PACKET
| uint8_t sockaddr_ll::sll_halen |
Length of address
| uint16_t sockaddr_ll::sll_hatype |
ARP hardware type
| int sockaddr_ll::sll_ifindex |
Interface number
| uint8_t sockaddr_ll::sll_pkttype |
Packet type
| uint16_t sockaddr_ll::sll_protocol |
Physical-layer protocol