Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h313 struct tcp_info { struct
314 u_int8_t tcpi_state; /* TCP FSM state. */
315 u_int8_t __tcpi_ca_state;
316 u_int8_t __tcpi_retransmits;
317 u_int8_t __tcpi_probes;
318 u_int8_t __tcpi_backoff;
324 u_int32_t __tcpi_ato;
328 u_int32_t __tcpi_unacked;
329 u_int32_t __tcpi_sacked;
353 /* FreeBSD extensions to tcp_info. */ argument
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp.h313 struct tcp_info { struct
314 u_int8_t tcpi_state; /* TCP FSM state. */
315 u_int8_t __tcpi_ca_state;
316 u_int8_t __tcpi_retransmits;
317 u_int8_t __tcpi_probes;
318 u_int8_t __tcpi_backoff;
324 u_int32_t __tcpi_ato;
328 u_int32_t __tcpi_unacked;
329 u_int32_t __tcpi_sacked;
353 /* FreeBSD extensions to tcp_info. */ argument
[all …]