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