Searched defs:xtcpcb64 (Results 1 – 1 of 1) sorted by relevance
1526 struct xtcpcb64 { struct1527 u_int32_t xt_len;1528 struct xinpcb64 xt_inpcb;1530 u_int64_t t_segq;1531 int t_dupacks; /* consecutive dup acks recd */1533 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */1535 int t_state; /* state of this connection */1536 u_int t_flags;1538 int t_force; /* 1 if forcing out a byte */1540 tcp_seq snd_una; /* send unacknowledged */[all …]