Ruby 3.5.0dev (2025-06-07 revision 42cf301254d4bfec30c07a221f34f3fa85a29f33)
Data Fields
msghdr Struct Reference

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 243 of file win32.h.

Field Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 248 of file win32.h.

◆ msg_controllen

int msghdr::msg_controllen

Definition at line 249 of file win32.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 250 of file win32.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 246 of file win32.h.

◆ msg_iovlen

int msghdr::msg_iovlen

Definition at line 247 of file win32.h.

◆ msg_name

void* msghdr::msg_name

Definition at line 244 of file win32.h.

◆ msg_namelen

int msghdr::msg_namelen

Definition at line 245 of file win32.h.


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