Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_cmsghdr Struct Reference

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.

Detailed Description

Control message ancillary data.

Field Documentation

◆ cmsg_data

z_max_align_t net_cmsghdr::cmsg_data[]

Flexible array member to force alignment of net_cmsghdr.

◆ cmsg_len

net_socklen_t net_cmsghdr::cmsg_len

Number of bytes, including header.

◆ cmsg_level

int net_cmsghdr::cmsg_level

Originating protocol.

◆ cmsg_type

int net_cmsghdr::cmsg_type

Protocol-specific type.


The documentation for this struct was generated from the following file: