Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
struct rb_addrinfo * | res |
rb_io_t * | fptr |
struct rsock_send_arg | sarg |
Definition at line 143 of file udpsocket.c.
rb_io_t* udp_send_arg::fptr |
Definition at line 145 of file udpsocket.c.
Referenced by udp_send(), and udp_send_internal().
struct rb_addrinfo* udp_send_arg::res |
Definition at line 144 of file udpsocket.c.
Referenced by udp_send(), and udp_send_internal().
struct rsock_send_arg udp_send_arg::sarg |
Definition at line 146 of file udpsocket.c.
Referenced by udp_send(), and udp_send_internal().