#include <rubysocket.h>
Data Fields | |
| int | fd |
| int | flags |
| VALUE | mesg |
| struct sockaddr * | to |
| socklen_t | tolen |
Definition at line 244 of file rubysocket.h.
Definition at line 245 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
Definition at line 245 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
Definition at line 246 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
struct sockaddr* rsock_send_arg::to [read] |
Definition at line 247 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().
| socklen_t rsock_send_arg::tolen |
Definition at line 248 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().