lwpa
0.1.0
LightWeight Platform Abstraction (lwpa)
|
View other versions:
|
An IP address.
Can hold either an IPv4 or IPv6 address. IPv4 addresses are in host byte order.
Data Structures | |
union | AddrUnion |
The address, use either v4 or v6 depending on the value of type. More... | |
Data Fields | |
lwpa_iptype_t | type |
The IP address type (IPv4 or IPv6) | |
union LwpaIpAddr::AddrUnion | addr |