|
Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include <rubysocket.h>
Data Fields | |
| int | fd |
| int | flags |
| VALUE | mesg |
| struct sockaddr * | to |
| socklen_t | tolen |
Definition at line 352 of file rubysocket.h.
| 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().
| 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().
| 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().
| struct sockaddr* rsock_send_arg::to |
Definition at line 355 of file rubysocket.h.
Referenced by rsock_bsock_send(), and rsock_sendto_blocking().
| socklen_t rsock_send_arg::tolen |
Definition at line 356 of file rubysocket.h.
Referenced by rsock_bsock_send(), and rsock_sendto_blocking().
1.8.17