Searched refs:unsent_optlen (Results 1 – 1 of 1) sorted by relevance
478 u16_t unsent_optlen; in tcp_write() local485 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()