|
lwpa
0.1.0
LightWeight Platform Abstraction (lwpa)
|
View other versions:
|
A structure containing name and address information about an internet host.
Returned by lwpa_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. | |
| LwpaSockaddr | ai_addr |
| Address of host. | |
| void * | pd [2] |
| Used by internal platform logic; don't touch. | |
| int ai_family |
i.e.
LWPA_AF_xxx
| int ai_flags |
i.e.
LWPA_AI_xxx
| int ai_protocol |
i.e.
LWPA_IPPROTO_xxx
| int ai_socktype |
i.e.
LWPA_STREAM or LWPA_DGRAM