Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h343 #define NUM_TCP_PCB_LISTS 4 macro
344 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c665 int max_pcb_list = NUM_TCP_PCB_LISTS; in tcp_bind()
1027 for (i = 0; i < NUM_TCP_PCB_LISTS; i++) { in tcp_new_port()
1133 for (i = 2; i < NUM_TCP_PCB_LISTS; i++) { in tcp_connect()