Searched defs:otcpcb (Results 1 – 1 of 1) sorted by relevance
857 struct otcpcb { struct865 u_int32_t t_segq;869 int t_dupacks; /* consecutive dup acks recd */870 u_int32_t unused; /* unused now: was t_template */872 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */875 int t_state; /* state of this connection */876 u_int t_flags;898 int t_force; /* 1 if forcing out a byte */900 tcp_seq snd_una; /* send unacknowledged */901 tcp_seq snd_max; /* highest sequence number sent;[all …]