Searched refs:TCP_OVERSIZE (Results 1 – 25 of 29) sorted by relevance
12
65 #define TCP_OVERSIZE 1 macro
217 #if TCP_OVERSIZE251 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()362 #if TCP_OVERSIZE in tcp_write()441 #if TCP_OVERSIZE in tcp_write()510 #if TCP_OVERSIZE in tcp_write()549 #if TCP_OVERSIZE in tcp_write()625 #if TCP_OVERSIZE in tcp_write()795 #if TCP_OVERSIZE in tcp_enqueue_flags()1031 #if TCP_OVERSIZE in tcp_output()1251 #if TCP_OVERSIZE && TCP_OVERSIZE_DBGCHECK in tcp_rexmit_rto()[all …]
181 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
1525 #if TCP_OVERSIZE in tcp_pcb_purge()
1064 #if TCP_OVERSIZE in tcp_receive()
87 #if TCP_OVERSIZE90 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE)231 #if TCP_OVERSIZE376 #if TCP_OVERSIZE in tcp_write()465 #if TCP_OVERSIZE in tcp_write()547 #if TCP_OVERSIZE in tcp_write()586 #if TCP_OVERSIZE in tcp_write()672 #if TCP_OVERSIZE in tcp_write()858 #if TCP_OVERSIZE in tcp_enqueue_flags()1170 #if TCP_OVERSIZE in tcp_output()[all …]
224 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
1847 #if TCP_OVERSIZE in tcp_pcb_purge()
1231 #if TCP_OVERSIZE
120 #if TCP_OVERSIZE223 #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()972 #if TCP_OVERSIZE in tcp_split_unsent_seg()1107 #if TCP_OVERSIZE in tcp_enqueue_flags()1410 #if TCP_OVERSIZE in tcp_output()[all …]
229 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
2164 #if TCP_OVERSIZE in tcp_pcb_purge()
1052 #ifndef TCP_OVERSIZE1053 #define TCP_OVERSIZE TCP_MSS macro
236 #if TCP_OVERSIZE
267 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
1279 #if !defined TCP_OVERSIZE || defined __DOXYGEN__1280 #define TCP_OVERSIZE TCP_MSS macro
275 #if TCP_OVERSIZE
1419 #if !defined TCP_OVERSIZE || defined __DOXYGEN__1420 #define TCP_OVERSIZE TCP_MSS macro
330 #if TCP_OVERSIZE
238 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
243 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
165 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
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
Completed in 62 milliseconds