Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#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 socket) |
void | rsock_init_basicsocket (void) |
#define bsock_getpeereid rb_f_notimplement |
Definition at line 479 of file basicsocket.c.
Definition at line 566 of file basicsocket.c.
References argc, argv, BLOCKING_REGION_FD, rb_io_t::fd, rsock_send_arg::fd, rsock_send_arg::flags, rsock_send_arg::mesg, NIL_P, NUM2INT, Qnil, RB_INT2NUM, rb_io_maybe_wait_writable(), RB_IO_POINTER, rb_io_wait(), rb_scan_args(), rb_str_new4, rb_sys_fail(), rsock_send_blocking(), rsock_sendto_blocking(), RSTRING_PTR, RSTRING_SOCKLEN, RUBY_IO_WRITABLE, SockAddrStringValue, SSIZET2NUM, StringValue, rsock_send_arg::to, and rsock_send_arg::tolen.
void rsock_init_basicsocket | ( | void | ) |
Definition at line 739 of file basicsocket.c.
References rb_cBasicSocket, rb_cIO, rb_define_class(), rb_define_singleton_method, and rb_undef_method().
Referenced by Init_socket().