Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h1525 struct xtcpcb64 { struct
1526 u_int32_t xt_len;
1527 struct xinpcb64 xt_inpcb;
1529 u_int64_t t_segq;
1530 int t_dupacks; /* consecutive dup acks recd */
1532 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */
1534 int t_state; /* state of this connection */
1535 u_int t_flags;
1537 int t_force; /* 1 if forcing out a byte */
1539 tcp_seq snd_una; /* send unacknowledged */
[all …]