Searched defs:tcpopt (Results 1 – 1 of 1) sorted by relevance
491 struct tcpopt { struct492 u_int64_t to_flags; /* which options are present */501 u_int32_t to_tsval; /* new timestamp */502 u_int32_t to_tsecr; /* reflected timestamp */503 uint8_t *to_sacks; /* pointer to the first SACK blocks */504 uint8_t *to_signature; /* pointer to the TCP-MD5 signature */505 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */506 u_int16_t to_mss; /* maximum segment size */507 u_int8_t to_wscale; /* window scaling */508 u_int8_t to_nsacks; /* number of SACK blocks */[all …]