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

/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_out.c447 u16_t unsent_optlen; local
454 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags);
455 LWIP_ASSERT("mss_local is too small", mss_local >= last_unsent->len + unsent_optlen);
456 space = mss_local - (last_unsent->len + unsent_optlen);

Completed in 32 milliseconds