Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h1615 struct xtcpcb_n { struct
1616 u_int32_t xt_len;
1617 u_int32_t xt_kind; /* XSO_TCPCB */
1619 u_int64_t t_segq;
1620 int t_dupacks; /* consecutive dup acks recd */
1622 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */
1624 int t_state; /* state of this connection */
1625 u_int t_flags;
1627 int t_force; /* 1 if forcing out a byte */
1629 tcp_seq snd_una; /* send unacknowledged */
[all …]