posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
cmsghdr Struct Reference

Ancillary data object header. More...

#include <zephyr/posix/sys/socket.h>

Data Fields

socklen_t cmsg_len
 Number of bytes, including header.
 
int cmsg_level
 Originating protocol.
 
int cmsg_type
 Protocol-specific type.
 

Detailed Description

Ancillary data object header.

Definition at line 91 of file socket.h.

Field Documentation

◆ cmsg_len

socklen_t cmsghdr::cmsg_len

Number of bytes, including header.

Definition at line 92 of file socket.h.

◆ cmsg_level

int cmsghdr::cmsg_level

Originating protocol.

Definition at line 93 of file socket.h.

◆ cmsg_type

int cmsghdr::cmsg_type

Protocol-specific type.

Definition at line 94 of file socket.h.


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