Searched refs:tcp_pcb_lists (Results 1 – 3 of 3) sorted by relevance
224 for (i = 0; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_ConnTable_get_cell_value()225 pcb = *tcp_pcb_lists[i]; in tcp_ConnTable_get_cell_value()267 for (i = 0; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_ConnTable_get_next_cell_instance_and_value()268 pcb = *tcp_pcb_lists[i]; in tcp_ConnTable_get_next_cell_instance_and_value()
181 struct tcp_pcb **const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs, variable275 for (i = 1; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_listen_closed()276 tcp_remove_listener(*tcp_pcb_lists[i], (struct tcp_pcb_listen *)pcb); in tcp_listen_closed()717 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_bind()1025 for (pcb = *tcp_pcb_lists[i]; pcb != NULL; pcb = pcb->next) { in tcp_new_port()1131 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_connect()
344 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];