Ruby
2.1.10p492(2016-04-01revision54464)
|
#include "rubysocket.h"
Go to the source code of this file.
Data Structures | |
struct | recvfrom_arg |
struct | connect_arg |
struct | accept_arg |
Macros | |
#define | WAIT_IN_PROGRESS 1 |
Variables | |
VALUE | rb_cBasicSocket |
VALUE | rb_cIPSocket |
VALUE | rb_cTCPSocket |
VALUE | rb_cTCPServer |
VALUE | rb_cUDPSocket |
VALUE | rb_cSocket |
VALUE | rb_cAddrinfo |
VALUE | rb_eSocket |
int | rsock_do_not_reverse_lookup = 1 |
#define WAIT_IN_PROGRESS 1 |
Definition at line 363 of file init.c.
Referenced by rsock_connect().
Definition at line 567 of file init.c.
References cloexec_accept(), data, accept_arg::fd, accept_arg::len, and accept_arg::sockaddr.
Referenced by rsock_s_accept().
Definition at line 497 of file init.c.
References errno, flags, rb_maygvl_fd_fix_cloexec(), and ret.
Referenced by accept_blocking(), and rsock_s_accept_nonblock().
Definition at line 373 of file init.c.
References arg, data, connect_arg::fd, connect_arg::len, and connect_arg::sockaddr.
Referenced by rsock_connect().
Definition at line 479 of file init.c.
References F_SETFL, fcntl(), flags, O_NONBLOCK, and rb_sys_fail().
Referenced by rsock_s_accept_nonblock().
Definition at line 101 of file init.c.
References union_sockaddr::addr, recvfrom_arg::alen, arg, recvfrom_arg::buf, data, recvfrom_arg::fd, recvfrom_arg::flags, ret, RSTRING_LEN, RSTRING_PTR, and recvfrom_arg::str.
Referenced by rsock_s_recvfrom().
Definition at line 389 of file init.c.
References BLOCKING_REGION_FD, connect_blocking(), EALREADY, EINPROGRESS, EISCONN, errno, connect_arg::fd, func, int, connect_arg::len, len, rb_thread_wait_for(), connect_arg::sockaddr, status, wait_connectable(), and WAIT_IN_PROGRESS.
Referenced by init_inetsock_internal(), sock_connect(), and udp_connect_internal().
Definition at line 608 of file init.c.
References union_sockaddr::addr, and AF_UNSPEC.
Referenced by bsock_getsockopt(), and bsock_setsockopt().
Definition at line 43 of file init.c.
References errno, rb_io_t::fd, FMODE_DUPLEX, FMODE_NOREVLOOKUP, FMODE_READWRITE, fstat, MakeOpenFile, rb_io_t::mode, rb_io_ascii8bit_binmode(), rb_io_synchronized(), rb_reserved_fd_p(), rb_sys_fail(), rb_update_max_fd(), rb_w32_is_socket(), rsock_do_not_reverse_lookup, and stat.
Referenced by bsock_s_for_fd(), init_inetsock_internal(), rsock_s_accept(), rsock_s_accept_nonblock(), sock_initialize(), and udp_init().
Definition at line 621 of file init.c.
References rb_define_class(), rb_eSocket, rb_eStandardError, rsock_init_addrinfo(), rsock_init_ancdata(), rsock_init_ipsocket(), rsock_init_socket_constants(), rsock_init_sockifaddr(), rsock_init_sockopt(), rsock_init_sockssocket(), rsock_init_tcpserver(), rsock_init_tcpsocket(), rsock_init_udpsocket(), rsock_init_unixserver(), and rsock_init_unixsocket().
Referenced by Init_socket().
Definition at line 34 of file init.c.
References EAI_SYSTEM, gai_strerror(), rb_eSocket, rb_raise(), and rb_sys_fail().
Referenced by addrinfo_getnameinfo(), addrinfo_mdump(), make_ipaddr0(), rsock_getaddrinfo(), rsock_inspect_sockaddr(), rsock_ipaddr(), and sock_s_getnameinfo().
Definition at line 574 of file init.c.
References accept_blocking(), BLOCKING_REGION_FD, errno, accept_arg::fd, int, INT2NUM, accept_arg::len, len, rb_gc(), rb_io_wait_readable(), rb_obj_alloc(), rb_secure(), rb_sys_fail(), rb_thread_wait_fd(), rb_update_max_fd(), retry, rsock_init_sock(), and accept_arg::sockaddr.
Referenced by sock_accept(), sock_sysaccept(), tcp_accept(), and tcp_sysaccept().
VALUE rsock_s_accept_nonblock | ( | VALUE | klass, |
rb_io_t * | fptr, | ||
struct sockaddr * | sockaddr, | ||
socklen_t * | len | ||
) |
Definition at line 534 of file init.c.
References cloexec_accept(), ECONNABORTED, errno, EWOULDBLOCK, rb_io_t::fd, make_fd_nonblock(), rb_io_set_nonblock(), RB_IO_WAIT_READABLE, rb_obj_alloc(), rb_readwrite_sys_fail(), rb_secure(), rb_sys_fail(), rb_update_max_fd(), and rsock_init_sock().
Referenced by sock_accept_nonblock(), and tcp_accept_nonblock().
VALUE rsock_s_recvfrom | ( | VALUE | sock, |
int | argc, | ||
VALUE * | argv, | ||
enum sock_recv_type | from | ||
) |
Definition at line 114 of file init.c.
References union_sockaddr::addr, recvfrom_arg::alen, BLOCKING_REGION_FD, recvfrom_arg::buf, rb_io_t::fd, recvfrom_arg::fd, recvfrom_arg::flags, FMODE_NOREVLOOKUP, GetOpenFile, klass, len, rb_io_t::mode, NUM2INT, Qnil, rb_assoc_new(), rb_bug(), rb_eIOError, rb_eRuntimeError, rb_eTypeError, rb_io_check_closed(), rb_io_read_pending(), rb_io_wait_readable(), rb_obj_hide(), rb_obj_reveal(), rb_obj_taint(), rb_raise(), rb_scan_args(), rb_str_set_len(), rb_sys_fail(), rb_tainted_str_new(), rb_thread_wait_fd(), RBASIC, RECV_IP, RECV_RECV, RECV_SOCKET, RECV_UNIX, recvfrom_blocking(), rsock_io_socket_addrinfo(), rsock_ipaddr(), RSTRING_LEN, recvfrom_arg::str, and str.
Referenced by bsock_recv(), ip_recvfrom(), and sock_recvfrom().
VALUE rsock_s_recvfrom_nonblock | ( | VALUE | sock, |
int | argc, | ||
VALUE * | argv, | ||
enum sock_recv_type | from | ||
) |
Definition at line 182 of file init.c.
References union_sockaddr::addr, recvfrom_arg::alen, buf, errno, EWOULDBLOCK, rb_io_t::fd, recvfrom_arg::fd, flags, FMODE_NOREVLOOKUP, GetOpenFile, len, rb_io_t::mode, NUM2INT, Qnil, rb_assoc_new(), rb_bug(), rb_eIOError, rb_io_check_closed(), rb_io_read_pending(), rb_io_set_nonblock(), RB_IO_WAIT_READABLE, rb_obj_taint(), rb_raise(), rb_readwrite_sys_fail(), rb_scan_args(), rb_str_set_len(), rb_sys_fail(), rb_tainted_str_new(), RECV_IP, RECV_RECV, RECV_SOCKET, rsock_io_socket_addrinfo(), rsock_ipaddr(), RSTRING_LEN, RSTRING_PTR, and str.
Referenced by bsock_recv_nonblock(), sock_recvfrom_nonblock(), and udp_recvfrom_nonblock().
Definition at line 85 of file init.c.
References arg, data, rsock_send_arg::fd, rsock_send_arg::flags, rsock_send_arg::mesg, RSTRING_LEN, and RSTRING_PTR.
Referenced by rsock_bsock_send().
Definition at line 76 of file init.c.
References arg, data, rsock_send_arg::fd, rsock_send_arg::flags, rsock_send_arg::mesg, RSTRING_LEN, RSTRING_PTR, rsock_send_arg::to, and rsock_send_arg::tolen.
Referenced by rsock_bsock_send(), and udp_send().
Definition at line 288 of file init.c.
References errno, recvfrom_arg::fd, rb_gc(), rb_update_max_fd(), and rsock_socket0().
Referenced by init_inetsock_internal(), sock_initialize(), and udp_init().
Definition at line 256 of file init.c.
References errno, rb_fd_fix_cloexec(), and ret.
Referenced by rsock_socket().
Definition at line 305 of file init.c.
References errno, NULL, rb_wait_for_single_fd(), RB_WAITFD_IN, RB_WAITFD_OUT, and ret.
Referenced by rsock_connect().
VALUE rb_cAddrinfo |
Definition at line 23 of file init.c.
Referenced by rsock_addrinfo_new(), and rsock_init_addrinfo().
VALUE rb_cBasicSocket |
Definition at line 13 of file init.c.
Referenced by Init_socket(), rsock_init_basicsocket(), rsock_init_ipsocket(), and rsock_init_unixsocket().
VALUE rb_cIPSocket |
Definition at line 14 of file init.c.
Referenced by rsock_init_ipsocket(), rsock_init_tcpsocket(), and rsock_init_udpsocket().
VALUE rb_cSocket |
Definition at line 22 of file init.c.
Referenced by Init_socket(), rsock_init_ancdata(), rsock_init_sockifaddr(), rsock_init_sockopt(), sock_accept(), and sock_accept_nonblock().
VALUE rb_cTCPServer |
Definition at line 16 of file init.c.
Referenced by rsock_init_tcpserver().
VALUE rb_cTCPSocket |
Definition at line 15 of file init.c.
Referenced by rsock_init_sockssocket(), rsock_init_tcpserver(), rsock_init_tcpsocket(), tcp_accept(), and tcp_accept_nonblock().
VALUE rb_cUDPSocket |
Definition at line 17 of file init.c.
Referenced by rsock_init_udpsocket().
VALUE rb_eSocket |
Definition at line 25 of file init.c.
Referenced by addrinfo_initialize(), addrinfo_ip_address(), addrinfo_ip_port(), addrinfo_ip_unpack(), addrinfo_mdump(), addrinfo_mload(), call_getaddrinfo(), constant_arg(), make_addrinfo(), rsock_getaddrinfo(), rsock_init_socket_init(), rsock_raise_socket_error(), sock_s_gethostbyaddr(), sock_s_getnameinfo(), sock_s_getservbyname(), sock_s_getservbyport(), and sock_sockaddr().
int rsock_do_not_reverse_lookup = 1 |
Definition at line 31 of file init.c.
Referenced by bsock_do_not_rev_lookup(), bsock_do_not_rev_lookup_set(), rsock_init_sock(), and sock_s_getaddrinfo().