ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

addrinfo Struct Reference
Collaboration diagram for addrinfo:
[legend]

Public Attributes

int ai_flags
 
int ai_family
 
int ai_socktype
 
int ai_protocol
 
size_t ai_addrlen
 
char * ai_canonname
 
struct sockaddr * ai_addr
 
struct addrinfoai_next
 

Detailed Description

Definition at line 83 of file socket.cpp.

Member Data Documentation

◆ ai_addr

◆ ai_addrlen

◆ ai_canonname

char* addrinfo::ai_canonname

Definition at line 89 of file socket.cpp.

Referenced by ucommon::freeaddrinfo(), and ucommon::getaddrinfo().

◆ ai_family

◆ ai_flags

◆ ai_next

◆ ai_protocol

◆ ai_socktype


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