Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c478 u16_t unsent_optlen; in tcp_write() local
485 unsent_optlen = LWIP_TCP_OPT_LENGTH_SEGMENT(last_unsent->flags, pcb); in tcp_write()
486 LWIP_ASSERT("mss_local is too small", mss_local >= last_unsent->len + unsent_optlen); in tcp_write()
487 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write()