#include <tcp_conn.h>

Data Fields | |
| unsigned short | hash |
| struct tcp_conn_alias * | next |
| struct tcp_connection * | parent |
| unsigned short | port |
| struct tcp_conn_alias * | prev |
Definition at line 103 of file tcp_conn.h.
| unsigned short hash |
hash index in the address hash
Definition at line 108 of file tcp_conn.h.
struct tcp_conn_alias* next [read] |
Definition at line 105 of file tcp_conn.h.
struct tcp_connection* parent [read] |
Definition at line 104 of file tcp_conn.h.
| unsigned short port |
alias port
Definition at line 107 of file tcp_conn.h.
struct tcp_conn_alias* prev [read] |
Definition at line 106 of file tcp_conn.h.
1.5.6