Searched refs:MEMP_NUM_TCP_PCB (Results 1 – 14 of 14) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | init.c | 98 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0)) 251 #if MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB)
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | init.c | 113 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0)) 280 #if MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB)
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | init.c | 114 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0)) 285 #if MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB)
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | memp_std.h | 42 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
|
| A D | opt.h | 250 #ifndef MEMP_NUM_TCP_PCB 251 #define MEMP_NUM_TCP_PCB 5 macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | memp_std.h | 50 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | memp_std.h | 50 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 435 #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
|
| /components/net/lwip/port/ |
| A D | lwipopts.h | 311 #define MEMP_NUM_TCP_PCB RT_LWIP_TCP_PCB_NUM macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 373 #if !defined MEMP_NUM_TCP_PCB || defined __DOXYGEN__ 374 #define MEMP_NUM_TCP_PCB 5 macro
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 82 *sint_ptr = MEMP_NUM_TCP_PCB; in tcp_get_value()
|
| /components/net/lwip/lwip-2.1.2/test/sockets/ |
| A D | sockets_stresstest.c | 566 const int max_connections = LWIP_MIN(TEST_MAX_CONNECTIONS, MEMP_NUM_TCP_PCB/3); in sockets_stresstest_start_clients()
|
| /components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 82 *sint_ptr = MEMP_NUM_TCP_PCB; in tcp_get_value()
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | mib2.c | 3672 *sint_ptr = MEMP_NUM_TCP_PCB; in tcp_get_value()
|
Completed in 31 milliseconds