Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c1877 u16_t sacks_len = 0; in tcp_output_fill_options() local
1897 sacks_len = 1 + num_sacks * 2; in tcp_output_fill_options()
1898 opts += sacks_len; in tcp_output_fill_options()
1909 LWIP_UNUSED_ARG(sacks_len); in tcp_output_fill_options()
1910 …LWIP_ASSERT("options not filled", (u8_t *)opts == ((u8_t *)(tcphdr + 1)) + sacks_len * 4 + LWIP_TC… in tcp_output_fill_options()