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