Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Data Fields
union_sockaddr Union Reference

#include <rubysocket.h>

Data Fields

struct sockaddr addr
 
struct sockaddr_in in
 
struct sockaddr_storage storage
 
char place_holder [2048]
 

Detailed Description

Definition at line 218 of file rubysocket.h.

Field Documentation

◆ addr

struct sockaddr union_sockaddr::addr

Definition at line 219 of file rubysocket.h.

Referenced by rsock_getfamily(), and rsock_inspect_sockaddr().

◆ in

struct sockaddr_in union_sockaddr::in

Definition at line 220 of file rubysocket.h.

◆ place_holder

char union_sockaddr::place_holder[2048]

Definition at line 231 of file rubysocket.h.

◆ storage

struct sockaddr_storage union_sockaddr::storage

Definition at line 230 of file rubysocket.h.


The documentation for this union was generated from the following file: