Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp_out.c1872 u16_t sacks_len = 0; in tcp_output_fill_options() local
1892 sacks_len = 1 + num_sacks * 2; in tcp_output_fill_options()
1893 opts += sacks_len; in tcp_output_fill_options()
1904 LWIP_UNUSED_ARG(sacks_len); in tcp_output_fill_options()
1905 …LWIP_ASSERT("options not filled", (u8_t *)opts == ((u8_t *)(tcphdr + 1)) + sacks_len * 4 + LWIP_TC… in tcp_output_fill_options()

Completed in 9 milliseconds