Home
last modified time | relevance | path

Searched defs:tcpcb (Results 1 – 2 of 2) sorted by relevance

/external/qemu/slirp/
Dtcp_var.h42 struct tcpcb { struct
43 struct tcpiphdr *seg_next; /* sequencing queue */
44 struct tcpiphdr *seg_prev;
45 short t_state; /* state of this connection */
46 short t_timer[TCPT_NTIMERS]; /* tcp timers */
47 short t_rxtshift; /* log(2) of rexmt exp. backoff */
48 short t_rxtcur; /* current retransmit value */
49 short t_dupacks; /* consecutive dup acks recd */
50 u_short t_maxseg; /* maximum segment size */
51 char t_force; /* 1 if forcing out a byte */
[all …]
/external/qemu/slirp-android/
Dtcp_var.h47 struct tcpcb { struct
48 struct tcpiphdr *seg_next; /* sequencing queue */
49 struct tcpiphdr *seg_prev;
50 short t_state; /* state of this connection */
51 short t_timer[TCPT_NTIMERS]; /* tcp timers */
52 short t_rxtshift; /* log(2) of rexmt exp. backoff */
53 short t_rxtcur; /* current retransmit value */
54 short t_dupacks; /* consecutive dup acks recd */
55 u_short t_maxseg; /* maximum segment size */
56 char t_force; /* 1 if forcing out a byte */
[all …]