Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp_out.c424 u16_t unsent_optlen; in tcp_write() local
431 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags); in tcp_write()
432 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write()

Completed in 6 milliseconds