Home
last modified time | relevance | path

Searched refs:NUM_TCP_PCB_LISTS (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h343 #define NUM_TCP_PCB_LISTS 4 macro
344 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
/third_party/lwip/src/core/
Dtcp.c665 int max_pcb_list = NUM_TCP_PCB_LISTS; in tcp_bind()
1024 for (i = 0; i < NUM_TCP_PCB_LISTS; i++) { in tcp_new_port()
1130 for (i = 2; i < NUM_TCP_PCB_LISTS; i++) { in tcp_connect()