Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_out.c419 u16_t unsent_optlen; in tcp_write() local
426 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags); in tcp_write()
427 space = pcb->mss - (last_unsent->len + unsent_optlen); in tcp_write()