Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
rb_addrinfo_t Struct Reference

Data Fields

VALUE inspectname
 
VALUE canonname
 
int pfamily
 
int socktype
 
int protocol
 
socklen_t sockaddr_len
 
struct sockaddr_storage addr
 

Detailed Description

Definition at line 535 of file raddrinfo.c.

Field Documentation

struct sockaddr_storage rb_addrinfo_t::addr
VALUE rb_addrinfo_t::canonname
VALUE rb_addrinfo_t::inspectname
int rb_addrinfo_t::pfamily

Definition at line 538 of file raddrinfo.c.

Referenced by addrinfo_inspect(), addrinfo_mdump(), addrinfo_pfamily(), and init_addrinfo().

int rb_addrinfo_t::protocol
socklen_t rb_addrinfo_t::sockaddr_len
int rb_addrinfo_t::socktype

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