HomePort
|
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) | |
struct hpd_tcpd |
Instance of a tcpd.
Definition at line 45 of file tcpd_intern.h.
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 struct hpd_tcpd_conns hpd_tcpd_conns_t |
Definition at line 42 of file tcpd_intern.h.
TAILQ_HEAD | ( | hpd_tcpd_conns | , |
hpd_tcpd_conn | |||
) |