Home
last modified time | relevance | path

Searched refs:MEMP_NUM_TCP_PCB (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/core/
Dinit.c113 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
281 #if MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB)
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h50 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
/third_party/lwip/src/include/lwip/
Dopt.h435 #if !defined MEMP_NUM_TCP_PCB || defined __DOXYGEN__
436 #define MEMP_NUM_TCP_PCB 5 macro
462 #define MEMP_NUM_ALTCP_PCB MEMP_NUM_TCP_PCB
/third_party/lwip/test/sockets/
Dsockets_stresstest.c566 const int max_connections = LWIP_MIN(TEST_MAX_CONNECTIONS, MEMP_NUM_TCP_PCB/3); in sockets_stresstest_start_clients()
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_tcp.c82 *sint_ptr = MEMP_NUM_TCP_PCB; in tcp_get_value()