|
ucommon
|
An object that holds ipv4 or ipv6 binary encoded host addresses. More...
#include <socket.h>
Data Fields | |
| union { | |
| struct in_addr ipv4 | |
| struct in6_addr ipv6 | |
| }; | |
An object that holds ipv4 or ipv6 binary encoded host addresses.
1.7.6.1