Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c113 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs, variable
461 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_bind()
659 for(pcb = *tcp_pcb_lists[i]; pcb != NULL; pcb = pcb->next) { in tcp_new_port()
729 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_connect()

Completed in 4 milliseconds