Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dtcp_var.h1360 struct xtcpcb64 { struct
1361 u_int32_t xt_len;
1362 struct xinpcb64 xt_inpcb;
1364 u_int64_t t_segq;
1365 int t_dupacks; /* consecutive dup acks recd */
1367 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */
1369 int t_state; /* state of this connection */
1370 u_int t_flags;
1372 int t_force; /* 1 if forcing out a byte */
1374 tcp_seq snd_una; /* send unacknowledged */
[all …]