Searched refs:NUM_TCP_PCB_LISTS (Results 1 – 2 of 2) sorted by relevance
343 #define NUM_TCP_PCB_LISTS 4 macro344 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
665 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()