#include <tcp.h>
Public Attributes | |
| tcp_cid | cid |
| enum tcp_state | state |
| unsigned | init |
| unsigned | mh_seq |
| unsigned | mh_ack |
| unsigned | fh_seq |
| unsigned | fh_ack |
| int | out_queue |
| pthread_mutex_t | mut |
|
|
Definition at line 56 of file tcp.h. Referenced by alloc_tcp_cb(), and handle_tcp(). |
|
|
Definition at line 62 of file tcp.h. Referenced by handle_tcp(). |
|
|
Definition at line 61 of file tcp.h. Referenced by handle_tcp(), and valid_ack(). |
|
|
Definition at line 58 of file tcp.h. Referenced by alloc_tcp_cb(), and handle_tcp(). |
|
|
Definition at line 60 of file tcp.h. Referenced by handle_tcp(). |
|
|
Definition at line 59 of file tcp.h. Referenced by handle_tcp(), and valid_ack(). |
|
|
Definition at line 64 of file tcp.h. Referenced by handle_tcp(), and tcp_timeout(). |
|
|
Definition at line 63 of file tcp.h. Referenced by alloc_tcp_cb(), dealloc_tcp_cb(), handle_tcp(), and init_tcp(). |
|
|
Definition at line 57 of file tcp.h. Referenced by alloc_tcp_cb(), dealloc_tcp_cb(), handle_tcp(), init_tcp(), tcp_timeout(), tcps_close_wait(), tcps_closing(), tcps_established(), tcps_fin_wait1(), tcps_fin_wait2(), tcps_last_ack(), tcps_new(), tcps_syn_recv(), and tcps_syn_sent(). |
1.4.2