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

Data Fields

int fd
 
int flags
 
VALUE str
 
socklen_t alen
 
union_sockaddr buf
 

Detailed Description

Definition at line 93 of file init.c.

Field Documentation

socklen_t recvfrom_arg::alen

Definition at line 96 of file init.c.

Referenced by recvfrom_blocking(), rsock_s_recvfrom(), and rsock_s_recvfrom_nonblock().

union_sockaddr recvfrom_arg::buf

Definition at line 97 of file init.c.

Referenced by recvfrom_blocking(), and rsock_s_recvfrom().

int recvfrom_arg::fd
int recvfrom_arg::flags

Definition at line 94 of file init.c.

Referenced by recvfrom_blocking(), and rsock_s_recvfrom().

VALUE recvfrom_arg::str

Definition at line 95 of file init.c.

Referenced by recvfrom_blocking(), and rsock_s_recvfrom().


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