Ruby 4.1.0dev (2026-09-28 revision c5994c60fd331f366f34d4b547284153f4ab8b97)
Data Fields
msghdr Struct Reference

Data Fields

void * msg_name
 
int msg_namelen
 
struct iovec * msg_iov
 
int msg_iovlen
 
void * msg_control
 
int msg_controllen
 
int msg_flags
 

Detailed Description

Definition at line 200 of file win32.h.

Field Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 205 of file win32.h.

◆ msg_controllen

int msghdr::msg_controllen

Definition at line 206 of file win32.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 207 of file win32.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 203 of file win32.h.

◆ msg_iovlen

int msghdr::msg_iovlen

Definition at line 204 of file win32.h.

◆ msg_name

void* msghdr::msg_name

Definition at line 201 of file win32.h.

◆ msg_namelen

int msghdr::msg_namelen

Definition at line 202 of file win32.h.


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