Main Page | Class List | File List | Class Members | File Members

tcp_cb Struct Reference

#include <tcp.h>

List of all members.

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


Member Data Documentation

struct tcp_cid tcp_cb::cid
 

Definition at line 56 of file tcp.h.

Referenced by alloc_tcp_cb(), and handle_tcp().

unsigned tcp_cb::fh_ack
 

Definition at line 62 of file tcp.h.

Referenced by handle_tcp().

unsigned tcp_cb::fh_seq
 

Definition at line 61 of file tcp.h.

Referenced by handle_tcp(), and valid_ack().

unsigned tcp_cb::init
 

Definition at line 58 of file tcp.h.

Referenced by alloc_tcp_cb(), and handle_tcp().

unsigned tcp_cb::mh_ack
 

Definition at line 60 of file tcp.h.

Referenced by handle_tcp().

unsigned tcp_cb::mh_seq
 

Definition at line 59 of file tcp.h.

Referenced by handle_tcp(), and valid_ack().

pthread_mutex_t tcp_cb::mut
 

Definition at line 64 of file tcp.h.

Referenced by handle_tcp(), and tcp_timeout().

int tcp_cb::out_queue
 

Definition at line 63 of file tcp.h.

Referenced by alloc_tcp_cb(), dealloc_tcp_cb(), handle_tcp(), and init_tcp().

enum tcp_state tcp_cb::state
 

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().


The documentation for this struct was generated from the following file:
Generated on Sun May 14 13:36:53 2006 by  doxygen 1.4.2