Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_var.h365 struct tcpopt { struct
366 u_int64_t to_flags; /* which options are present */
375 u_int32_t to_tsval; /* new timestamp */
376 u_int32_t to_tsecr; /* reflected timestamp */
377 u_char *to_sacks; /* pointer to the first SACK blocks */
378 u_char *to_signature; /* pointer to the TCP-MD5 signature */
379 u_char *to_tfo_cookie; /* pointer to the TFO cookie */
380 u_int16_t to_mss; /* maximum segment size */
381 u_int8_t to_wscale; /* window scaling */
382 u_int8_t to_nsacks; /* number of SACK blocks */
[all …]
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c1534 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) in assign_rxopt()
1577 uint16_t tcpopt = be16toh(cpl_tcpopt); in make_established() local
/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c1020 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p()
HDt4_cpl_io.c267 uint16_t tcpopt = be16toh(opt); in make_established() local
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h636 struct tcp_options tcpopt; member