Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h857 struct otcpcb { struct
865 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 …]