Ruby  2.4.2p198(2017-09-14revision59899)
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 323 of file rubysocket.h.

Field Documentation

◆ fd

int rsock_send_arg::fd

◆ flags

int rsock_send_arg::flags

◆ mesg

VALUE rsock_send_arg::mesg

◆ to

struct sockaddr* rsock_send_arg::to

Definition at line 326 of file rubysocket.h.

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

◆ tolen

socklen_t rsock_send_arg::tolen

Definition at line 327 of file rubysocket.h.

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


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