Searched refs:TCP_OVERSIZE (Results 1 – 11 of 11) sorted by relevance
65 #define TCP_OVERSIZE 1 macro
120 #if TCP_OVERSIZE123 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE)223 #if TCP_OVERSIZE398 #if TCP_OVERSIZE in tcp_write()496 #if TCP_OVERSIZE in tcp_write()585 #if TCP_OVERSIZE in tcp_write()624 #if TCP_OVERSIZE in tcp_write()710 #if TCP_OVERSIZE in tcp_write()973 #if TCP_OVERSIZE in tcp_split_unsent_seg()1108 #if TCP_OVERSIZE in tcp_enqueue_flags()[all …]
229 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
2168 #if TCP_OVERSIZE in tcp_pcb_purge()
1304 #if TCP_OVERSIZE
1419 #if !defined TCP_OVERSIZE || defined __DOXYGEN__1420 #define TCP_OVERSIZE TCP_MSS macro
330 #if TCP_OVERSIZE
243 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
1557 #if TCP_OVERSIZE in START_TEST()1602 #if TCP_OVERSIZE in START_TEST()
200 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
1616 added option TCP_OVERSIZE to prevent creating many small pbufs when