Home
last modified time | relevance | path

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

/minix3/sys/netinet/
H A Dtcp_var.h185 struct tcpcb { struct
186 int t_family; /* address family on the wire */
187 struct ipqehead segq; /* sequencing queue */
188 int t_segqlen; /* length of the above */
189 callout_t t_timer[TCPT_NTIMERS];/* tcp timers */
190 short t_state; /* state of this connection */
191 short t_rxtshift; /* log(2) of rexmt exp. backoff */
192 uint32_t t_rxtcur; /* current retransmit value */
193 short t_dupacks; /* consecutive dup acks recd */
200 short t_partialacks; /* partials acks during fast rexmit */
[all …]
/minix3/usr.bin/netstat/
H A Dinet.c271 struct tcpcb tcpcb; in getpcblist_kmem() local
965 struct tcpcb tcpcb; in tcp_dump() local
H A Dinet6.c149 struct tcpcb tcpcb; variable