|
Lely core libraries 2.3.2
|
A network address info structure. More...
#include <addr.h>

Data Fields | |
| int | domain |
| The domain of the socket (only IO_SOCK_IPV4 and IO_SOCK_IPV6 are supported). | |
| int | type |
| The type of the socket (either IO_SOCK_STREAM or IO_SOCK_DGRAM). | |
| io_addr_t | addr |
| The network address. | |