Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h475 struct tcpopt { struct
476 u_int64_t to_flags; /* which options are present */
484 u_int32_t to_tsval; /* new timestamp */
485 u_int32_t to_tsecr; /* reflected timestamp */
486 uint8_t *to_sacks; /* pointer to the first SACK blocks */
487 uint8_t *to_signature; /* pointer to the TCP-MD5 signature */
488 u_int16_t to_mss; /* maximum segment size */
489 u_int8_t to_wscale; /* window scaling */
490 u_int8_t to_nsacks; /* number of SACK blocks */
491 u_int32_t to_spare; /* UTO */