Searched defs:tcpopt (Results 1 – 2 of 2) sorted by relevance
451 struct tcpopt { struct452 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 …]