Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Structures | Functions
udpsocket.c File Reference
#include "rubysocket.h"

Go to the source code of this file.

Data Structures

struct  udp_arg
 
struct  udp_send_arg
 

Functions

void rsock_init_udpsocket (void)
 

Function Documentation

◆ rsock_init_udpsocket()

void rsock_init_udpsocket ( void  )

Definition at line 230 of file udpsocket.c.

References rb_cIPSocket, rb_cUDPSocket, rb_define_class(), and rb_define_method().

Referenced by rsock_init_socket_init().