Lely core libraries 2.3.4
sock Struct Reference

A network socket. More...

Collaboration diagram for sock:

Data Fields

struct io_handle base
 The I/O device base handle.
 
int domain
 The domain of the socket (one of IO_SOCK_BTH, IO_SOCK_IPV4, IO_SOCK_IPV6 or IO_SOCK_UNIX).
 
int type
 The type of the socket (IO_SOCK_STREAM or IO_SOCK_DGRAM).
 

Detailed Description

A network socket.

Definition at line 40 of file sock.c.


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