HomePort
Data Structures | Typedefs | Functions
tcpd_intern.h File Reference
Include dependency graph for tcpd_intern.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hpd_tcpd
 Instance of a tcpd. More...
 
struct  hpd_tcpd_conn
 All data to represent a connection. More...
 

Typedefs

typedef struct hpd_tcpd_conns hpd_tcpd_conns_t
 

Functions

 TAILQ_HEAD (hpd_tcpd_conns, hpd_tcpd_conn)
 

Data Structure Documentation

struct hpd_tcpd

Instance of a tcpd.

Definition at line 45 of file tcpd_intern.h.

Collaboration diagram for hpd_tcpd:
Data Fields
hpd_tcpd_conns_t conns Linked List of connections.
const hpd_module_t * context
hpd_ev_loop_t * loop Event loop.
char port_str[6] Port number - as a string.
hpd_tcpd_settings_t settings Settings.
int sockfd Socket file descriptor.
ev_io watcher New connection watcher.

Typedef Documentation

typedef struct hpd_tcpd_conns hpd_tcpd_conns_t

Definition at line 42 of file tcpd_intern.h.

Function Documentation

TAILQ_HEAD ( hpd_tcpd_conns  ,
hpd_tcpd_conn   
)