|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Control message ancillary data. More...
#include <zephyr/net/net_ip.h>
Data Fields | |
| net_socklen_t | cmsg_len |
| Number of bytes, including header. | |
| int | cmsg_level |
| Originating protocol. | |
| int | cmsg_type |
| Protocol-specific type. | |
| z_max_align_t | cmsg_data [] |
| Flexible array member to force alignment of net_cmsghdr. | |
Control message ancillary data.
| z_max_align_t net_cmsghdr::cmsg_data[] |
Flexible array member to force alignment of net_cmsghdr.
| net_socklen_t net_cmsghdr::cmsg_len |
Number of bytes, including header.
| int net_cmsghdr::cmsg_level |
Originating protocol.
| int net_cmsghdr::cmsg_type |
Protocol-specific type.