Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dtcp.h127 struct tcp_info { struct
128 uint8_t tcpi_state; /* TCP FSM state. */
129 uint8_t __tcpi_ca_state;
130 uint8_t __tcpi_retransmits;
131 uint8_t __tcpi_probes;
132 uint8_t __tcpi_backoff;
133 uint8_t tcpi_options; /* Options enabled on conn. */
139 uint8_t tcpi_snd_wscale; /* RFC1323 send shift value. */
140 uint8_t tcpi_rcv_wscale; /* RFC1323 recv shift value. */
142 uint32_t tcpi_rto; /* Retransmission timeout (usec). */
[all …]