Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_out.c214 #if TCP_OVERSIZE
248 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()
359 #if TCP_OVERSIZE in tcp_write()
436 #if TCP_OVERSIZE in tcp_write()
505 #if TCP_OVERSIZE in tcp_write()
544 #if TCP_OVERSIZE in tcp_write()
620 #if TCP_OVERSIZE in tcp_write()
788 #if TCP_OVERSIZE in tcp_enqueue_flags()
1021 #if TCP_OVERSIZE in tcp_output()
Dinit.c184 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
Dtcp.c1418 #if TCP_OVERSIZE in tcp_pcb_purge()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1011 #ifndef TCP_OVERSIZE
1012 #define TCP_OVERSIZE TCP_MSS macro
Dtcp.h234 #if TCP_OVERSIZE
Dtcp_impl.h268 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/external/syslinux/core/lwip/
DUPGRADING66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
DCHANGELOG118 added option TCP_OVERSIZE to prevent creating many small pbufs when