Searched defs:otcpcb (Results 1 – 1 of 1) sorted by relevance
1107 struct otcpcb { struct1115 u_int32_t t_segq;1119 int t_dupacks; /* consecutive dup acks recd */1120 u_int32_t unused; /* unused now: was t_template */1122 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */1125 int t_state; /* state of this connection */1126 u_int t_flags;1148 int t_force; /* 1 if forcing out a byte */1150 tcp_seq snd_una; /* send unacknowledged */1151 tcp_seq snd_max; /* highest sequence number sent;[all …]