Lines Matching defs:tcpopt
321 struct tcpopt { struct
322 u_int64_t to_flags; /* which options are present */
331 u_int32_t to_tsval; /* new timestamp */
332 u_int32_t to_tsecr; /* reflected timestamp */
333 u_char *to_sacks; /* pointer to the first SACK blocks */
334 u_char *to_signature; /* pointer to the TCP-MD5 signature */
335 u_char *to_tfo_cookie; /* pointer to the TFO cookie */
336 u_int16_t to_mss; /* maximum segment size */
337 u_int8_t to_wscale; /* window scaling */
338 u_int8_t to_nsacks; /* number of SACK blocks */
339 u_int8_t to_tfo_len; /* TFO cookie length */
340 u_int32_t to_spare; /* UTO */