EtcPal
0.4.1
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
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. | |
int ai_family |
i.e.
ETCPAL_AF_xxx
int ai_flags |
i.e.
ETCPAL_AI_xxx
int ai_protocol |
i.e.
ETCPAL_IPPROTO_xxx
int ai_socktype |
i.e.
ETCPAL_SOCK_STREAM or ETCPAL_SOCK_DGRAM