Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
msghdr Struct Reference

#include <win32.h>

Data Fields

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

Detailed Description

Definition at line 235 of file win32.h.

Field Documentation

void* msghdr::msg_control

Definition at line 240 of file win32.h.

int msghdr::msg_controllen

Definition at line 241 of file win32.h.

int msghdr::msg_flags

Definition at line 242 of file win32.h.

Referenced by recvmsg().

struct iovec* msghdr::msg_iov

Definition at line 238 of file win32.h.

int msghdr::msg_iovlen

Definition at line 239 of file win32.h.

void* msghdr::msg_name

Definition at line 236 of file win32.h.

Referenced by recvmsg().

int msghdr::msg_namelen

Definition at line 237 of file win32.h.

Referenced by recvmsg().


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