Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
rsock_send_arg Struct Reference

#include <rubysocket.h>

Data Fields

int fd
 
int flags
 
VALUE mesg
 
struct sockaddr * to
 
socklen_t tolen
 

Detailed Description

Definition at line 247 of file rubysocket.h.

Field Documentation

int rsock_send_arg::fd
int rsock_send_arg::flags
VALUE rsock_send_arg::mesg
struct sockaddr* rsock_send_arg::to

Definition at line 250 of file rubysocket.h.

Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().

socklen_t rsock_send_arg::tolen

Definition at line 251 of file rubysocket.h.

Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().


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