Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h451 struct tcpopt { struct
452 u_int32_t to_flags; /* which options are present */
461 u_int32_t to_tsval; /* new timestamp */
462 u_int32_t to_tsecr; /* reflected timestamp */
463 u_char *to_sacks; /* pointer to the first SACK blocks */
465 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */
466 u_int16_t to_mss; /* maximum segment size */
467 u_int8_t to_wscale; /* window scaling */
468 u_int8_t to_nsacks; /* number of SACK blocks */
469 u_int8_t to_tfo_len; /* TFO cookie length */
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_var.h451 struct tcpopt { struct
452 u_int32_t to_flags; /* which options are present */
461 u_int32_t to_tsval; /* new timestamp */
462 u_int32_t to_tsecr; /* reflected timestamp */
463 u_char *to_sacks; /* pointer to the first SACK blocks */
465 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */
466 u_int16_t to_mss; /* maximum segment size */
467 u_int8_t to_wscale; /* window scaling */
468 u_int8_t to_nsacks; /* number of SACK blocks */
469 u_int8_t to_tfo_len; /* TFO cookie length */
[all …]