ReactOS 0.4.15-dev-7842-g558ab78
msghdr Struct Reference

#include <tcpcore.h>

Collaboration diagram for msghdr:

Public Attributes

voidmsg_name
 
int msg_namelen
 
struct iovecmsg_iov
 
__kernel_size_t msg_iovlen
 
voidmsg_control
 
__kernel_size_t msg_controllen
 
unsigned msg_flags
 

Detailed Description

Definition at line 1194 of file tcpcore.h.

Member Data Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 1199 of file tcpcore.h.

◆ msg_controllen

__kernel_size_t msghdr::msg_controllen

Definition at line 1200 of file tcpcore.h.

◆ msg_flags

unsigned msghdr::msg_flags

Definition at line 1201 of file tcpcore.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 1197 of file tcpcore.h.

◆ msg_iovlen

__kernel_size_t msghdr::msg_iovlen

Definition at line 1198 of file tcpcore.h.

◆ msg_name

void* msghdr::msg_name

Definition at line 1195 of file tcpcore.h.

◆ msg_namelen

int msghdr::msg_namelen

Definition at line 1196 of file tcpcore.h.


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