Home
last modified time | relevance | path

Searched refs:MEMP_NUM_TCP_SEG (Results 1 – 5 of 5) 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