Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#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 453 of file basicsocket.c.
Definition at line 540 of file basicsocket.c.
References arg, argc, argv, BLOCKING_REGION_FD, rb_io_t::fd, rsock_send_arg::flags, GetOpenFile, n, 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(), and rsock_send_arg::to.
Definition at line 704 of file basicsocket.c.
References rb_cBasicSocket, rb_cIO, rb_define_class(), rb_define_singleton_method(), and rb_undef_method().
Referenced by Init_socket().