Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "rubysocket.h"
Go to the source code of this file.
Macros | |
#define | bsock_getpeereid rb_f_notimplement |
Functions | |
VALUE | rsock_bsock_send (int argc, VALUE *argv, VALUE sock) |
void | rsock_init_basicsocket (void) |
#define bsock_getpeereid rb_f_notimplement |
Definition at line 441 of file basicsocket.c.
Definition at line 528 of file basicsocket.c.
References BLOCKING_REGION_FD, rb_io_t::fd, rsock_send_arg::fd, rsock_send_arg::flags, GetOpenFile, rsock_send_arg::mesg, NIL_P, NUM2INT, rb_io_wait_writable(), rb_scan_args(), rb_str_new4, rb_sys_fail(), rsock_maybe_fd_writable, rsock_send_blocking(), rsock_sendto_blocking(), RSTRING_PTR, RSTRING_SOCKLEN, SockAddrStringValue, SSIZET2NUM, StringValue, rsock_send_arg::to, and rsock_send_arg::tolen.
void rsock_init_basicsocket | ( | void | ) |
Definition at line 692 of file basicsocket.c.
References rb_cBasicSocket, rb_cIO, rb_define_class(), rb_define_singleton_method(), and rb_undef_method().
Referenced by Init_socket().