Ruby
1.9.3p448(2013-06-27revision41675)
|
Data Fields | |
int | fd |
struct sockaddr * | sockaddr |
socklen_t | len |
int connect_arg::fd |
Definition at line 318 of file init.c.
Referenced by connect_blocking(), and rsock_connect().
socklen_t connect_arg::len |
Definition at line 320 of file init.c.
Referenced by connect_blocking(), and rsock_connect().
struct sockaddr* connect_arg::sockaddr |
Definition at line 319 of file init.c.
Referenced by connect_blocking(), and rsock_connect().