Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c120 #if TCP_OVERSIZE
123 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE)
235 #if TCP_OVERSIZE
410 #if TCP_OVERSIZE in tcp_write()
508 #if TCP_OVERSIZE in tcp_write()
597 #if TCP_OVERSIZE in tcp_write()
636 #if TCP_OVERSIZE in tcp_write()
722 #if TCP_OVERSIZE in tcp_write()
985 #if TCP_OVERSIZE in tcp_split_unsent_seg()
1120 #if TCP_OVERSIZE in tcp_enqueue_flags()
[all …]
Dinit.c232 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
Dtcp_in.c1338 #if TCP_OVERSIZE
Dtcp.c2345 #if TCP_OVERSIZE
/third_party/lwip/test/fuzz/
Dlwipopts.h65 #define TCP_OVERSIZE 1 macro
/third_party/lwip/src/include/lwip/
Dopt.h1419 #if !defined TCP_OVERSIZE || defined __DOXYGEN__
1420 #define TCP_OVERSIZE TCP_MSS macro
Dtcp.h330 #if TCP_OVERSIZE
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h243 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1557 #if TCP_OVERSIZE in START_TEST()
1602 #if TCP_OVERSIZE in START_TEST()
/third_party/lwip/
DUPGRADING200 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
DCHANGELOG1616 added option TCP_OVERSIZE to prevent creating many small pbufs when