Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 352 of file rubysocket.h.

Field Documentation

◆ fd

int rsock_send_arg::fd

Definition at line 353 of file rubysocket.h.

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

◆ flags

int rsock_send_arg::flags

Definition at line 353 of file rubysocket.h.

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

◆ mesg

VALUE rsock_send_arg::mesg

Definition at line 354 of file rubysocket.h.

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

◆ to

struct sockaddr* rsock_send_arg::to

Definition at line 355 of file rubysocket.h.

Referenced by rsock_bsock_send(), and rsock_sendto_blocking().

◆ tolen

socklen_t rsock_send_arg::tolen

Definition at line 356 of file rubysocket.h.

Referenced by rsock_bsock_send(), and rsock_sendto_blocking().


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