|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Control message ancillary data. More...
#include <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.