msghdr Struct Reference

#include <cmsg.h>

Inheritance diagram for msghdr:
Collaboration diagram for msghdr:

Public Attributes

void * msg_name
 
socklen_t msg_namelen
 
struct iovecmsg_iov
 
size_t msg_iovlen
 
void * msg_control
 
size_t msg_controllen
 
int msg_flags
 

Detailed Description

Definition at line 88 of file cmsg.h.

Member Data Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 95 of file cmsg.h.

◆ msg_controllen

size_t msghdr::msg_controllen

Definition at line 96 of file cmsg.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 101 of file cmsg.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 92 of file cmsg.h.

Referenced by Ipc::TypedMsgHdr::rawType().

◆ msg_iovlen

size_t msghdr::msg_iovlen

Definition at line 93 of file cmsg.h.

◆ msg_name

void* msghdr::msg_name

Definition at line 89 of file cmsg.h.

◆ msg_namelen

socklen_t msghdr::msg_namelen

Definition at line 90 of file cmsg.h.


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors