Ruby  2.5.0dev(2017-10-22revision60238)
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 186 of file rubysocket.h.

Field Documentation

◆ addr

struct sockaddr union_sockaddr::addr

Definition at line 187 of file rubysocket.h.

Referenced by rsock_getfamily(), and rsock_inspect_sockaddr().

◆ in

struct sockaddr_in union_sockaddr::in

Definition at line 188 of file rubysocket.h.

◆ place_holder

char union_sockaddr::place_holder[2048]

Definition at line 199 of file rubysocket.h.

◆ storage

struct sockaddr_storage union_sockaddr::storage

Definition at line 198 of file rubysocket.h.


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