lwpa  0.1.0
LightWeight Platform Abstraction (lwpa)
View other versions:
LwpaAddrinfo Struct Reference

Overview

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.
 

Field Documentation

◆ ai_family

int ai_family

i.e.

LWPA_AF_xxx

◆ ai_flags

int ai_flags

i.e.

LWPA_AI_xxx

◆ ai_protocol

int ai_protocol

i.e.

LWPA_IPPROTO_xxx

◆ ai_socktype

int ai_socktype

i.e.

LWPA_STREAM or LWPA_DGRAM


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