EtcPal  HEAD (unstable)
ETC Platform Abstraction Layer (EtcPal)
View other versions:

Overview

A structure containing name and address information about an internet host.

Returned by etcpal_getaddrinfo().

Data Fields

int ai_flags
 i.e. More...
 
int ai_family
 i.e. More...
 
int ai_socktype
 i.e. More...
 
int ai_protocol
 i.e. More...
 
char * ai_canonname
 Canonical name for host.
 
EtcPalSockAddr ai_addr
 Address of host.
 
void * pd [2]
 Used by internal platform logic; don't touch.
 

Field Documentation

◆ ai_family

int ai_family

i.e.

ETCPAL_AF_xxx

◆ ai_flags

int ai_flags

i.e.

ETCPAL_AI_xxx

◆ ai_protocol

int ai_protocol

i.e.

ETCPAL_IPPROTO_xxx

◆ ai_socktype

int ai_socktype

i.e.

ETCPAL_SOCK_STREAM or ETCPAL_SOCK_DGRAM


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