Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
msghdr Struct Reference

#include <win32.h>

Data Fields

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

Detailed Description

Definition at line 222 of file win32.h.

Field Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 227 of file win32.h.

◆ msg_controllen

int msghdr::msg_controllen

Definition at line 228 of file win32.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 229 of file win32.h.

Referenced by recvmsg().

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 225 of file win32.h.

◆ msg_iovlen

int msghdr::msg_iovlen

Definition at line 226 of file win32.h.

◆ msg_name

void* msghdr::msg_name

Definition at line 223 of file win32.h.

Referenced by recvmsg().

◆ msg_namelen

int msghdr::msg_namelen

Definition at line 224 of file win32.h.

Referenced by recvmsg().


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