Ruby
2.0.0p451(2014-02-24revision45167)
|
#include <rubysocket.h>
Data Fields | |
int | fd |
int | flags |
VALUE | mesg |
struct sockaddr * | to |
socklen_t | tolen |
Definition at line 252 of file rubysocket.h.
int rsock_send_arg::fd |
Definition at line 253 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
int rsock_send_arg::flags |
Definition at line 253 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
VALUE rsock_send_arg::mesg |
Definition at line 254 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_send_blocking(), rsock_sendto_blocking(), and udp_send().
struct sockaddr* rsock_send_arg::to |
Definition at line 255 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().
socklen_t rsock_send_arg::tolen |
Definition at line 256 of file rubysocket.h.
Referenced by rsock_bsock_send(), rsock_sendto_blocking(), and udp_send().