Lely core libraries 2.3.4
io_addrinfo Struct Reference

A network address info structure. More...

#include <addr.h>

Collaboration diagram for io_addrinfo:

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.
 

Detailed Description

A network address info structure.

Definition at line 76 of file addr.h.


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