Searched refs:tcp_pcb_lists (Results 1 – 4 of 4) sorted by relevance
217 for (i = 0; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_ConnTable_get_cell_value()218 pcb = *tcp_pcb_lists[i]; in tcp_ConnTable_get_cell_value()260 for (i = 0; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_ConnTable_get_next_cell_instance_and_value()261 pcb = *tcp_pcb_lists[i]; in tcp_ConnTable_get_next_cell_instance_and_value()
128 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs, variable191 for (i = 1; i < LWIP_ARRAYSIZE(tcp_pcb_lists); i++) { in tcp_listen_closed()192 tcp_remove_listener(*tcp_pcb_lists[i], (struct tcp_pcb_listen*)pcb); in tcp_listen_closed()582 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_bind()824 for (pcb = *tcp_pcb_lists[i]; pcb != NULL; pcb = pcb->next) { in tcp_new_port()899 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_connect()
335 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
326 extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
Completed in 11 milliseconds