Home
last modified time | relevance | path

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

12

/components/net/lwip/lwip-2.1.2/test/fuzz/
A Dlwipopts.h65 #define TCP_OVERSIZE 1 macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c217 #if TCP_OVERSIZE
251 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 …]
A Dinit.c181 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
A Dtcp.c1525 #if TCP_OVERSIZE in tcp_pcb_purge()
A Dtcp_in.c1064 #if TCP_OVERSIZE in tcp_receive()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c87 #if TCP_OVERSIZE
90 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE)
231 #if TCP_OVERSIZE
376 #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 …]
A Dinit.c224 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
A Dtcp.c1847 #if TCP_OVERSIZE in tcp_pcb_purge()
A Dtcp_in.c1231 #if TCP_OVERSIZE
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c120 #if TCP_OVERSIZE
223 #if TCP_OVERSIZE
398 #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 …]
A Dinit.c229 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
A Dtcp.c2164 #if TCP_OVERSIZE in tcp_pcb_purge()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1052 #ifndef TCP_OVERSIZE
1053 #define TCP_OVERSIZE TCP_MSS macro
A Dtcp.h236 #if TCP_OVERSIZE
A Dtcp_impl.h267 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h1279 #if !defined TCP_OVERSIZE || defined __DOXYGEN__
1280 #define TCP_OVERSIZE TCP_MSS macro
A Dtcp.h275 #if TCP_OVERSIZE
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h1419 #if !defined TCP_OVERSIZE || defined __DOXYGEN__
1420 #define TCP_OVERSIZE TCP_MSS macro
A Dtcp.h330 #if TCP_OVERSIZE
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h238 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/components/net/lwip/lwip-1.4.1/
A DUPGRADING66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h243 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/components/net/lwip/lwip-2.0.3/
A DUPGRADING165 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtest_tcp.c1557 #if TCP_OVERSIZE in START_TEST()
1602 #if TCP_OVERSIZE in START_TEST()
/components/net/lwip/lwip-2.1.2/
A DUPGRADING200 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to

Completed in 62 milliseconds

12