Rizin
unix-like reverse engineering framework and cli tools
cmsghdr Struct Reference

#include <sftypes.h>

Public Attributes

size_t cmsg_len
 
int cmsg_level
 
int cmsg_type
 

Detailed Description

Definition at line 407 of file sftypes.h.

Member Data Documentation

◆ cmsg_len

size_t cmsghdr::cmsg_len

Definition at line 409 of file sftypes.h.

Referenced by uv__recvmsg(), uv__stream_recv_cmsg(), and uv__write().

◆ cmsg_level

int cmsghdr::cmsg_level

Definition at line 411 of file sftypes.h.

Referenced by uv__write().

◆ cmsg_type

int cmsghdr::cmsg_type

Definition at line 412 of file sftypes.h.

Referenced by uv__recvmsg(), uv__stream_recv_cmsg(), and uv__write().


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