Home
last modified time | relevance | path

Searched refs:tcp_syn_opts_len (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1293 …const u16_t tcp_syn_opts_len = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_MSS|TF_SEG_OPTS_WND_SCALE|TF_SEG_OP… in test_tcp_rto_timeout_syn_sent_impl() local
1312 EXPECT(txcounters.num_tx_bytes == 40U + tcp_syn_opts_len); in test_tcp_rto_timeout_syn_sent_impl()
1330 EXPECT(txcounters.num_tx_bytes == 40U + tcp_syn_opts_len); /* 40: headers; >=: options */ in test_tcp_rto_timeout_syn_sent_impl()
1350 EXPECT(txcounters.num_tx_bytes == 40U + tcp_syn_opts_len); in test_tcp_rto_timeout_syn_sent_impl()
1353 EXPECT(txcounters.num_tx_bytes == TCP_SYNMAXRTX * (tcp_syn_opts_len + 40U)); in test_tcp_rto_timeout_syn_sent_impl()