Home
last modified time | relevance | path

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

/third_party/lwip/test/fuzz/
Dlwipopts.h64 #define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN macro
/third_party/lwip/test/unit/
Dlwipopts.h60 #define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN macro
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h52 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
/third_party/lwip/src/core/
Dinit.c300 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
/third_party/lwip/src/include/lwip/
Dopt.h451 #if !defined MEMP_NUM_TCP_SEG || defined __DOXYGEN__
452 #define MEMP_NUM_TCP_SEG 16 macro
/third_party/lwip/
D0001-add-makefile.patch206 +#define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
D0053-cleancode-improve-lwipopts.h-readability.patch1915 -#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
1923 -#define MEMP_NUM_TCP_SEG (128 * 128 * 2)
2042 +#define MEMP_NUM_TCP_SEG (128 * 128 * 2)
2044 +#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
D0002-adapt-lstack.patch4973 -#define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
5018 +#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
5022 +#define MEMP_NUM_TCP_SEG (128 * 128 * 2)