Searched refs:tcp_listen_pcbs (Results 1 – 5 of 5) sorted by relevance
103 union tcp_listen_pcbs_t tcp_listen_pcbs; variable113 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,217 tcp_pcb_remove(&tcp_listen_pcbs.pcbs, pcb); in tcp_close_shutdown()535 for(lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in tcp_listen_with_backlog()569 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb); in tcp_listen_with_backlog()1483 tcp_listen_pcbs.listen_pcbs != NULL); in tcp_pcb_purge()1484 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in tcp_pcb_purge()1708 for(pcb = (struct tcp_pcb *)tcp_listen_pcbs.pcbs; pcb != NULL; pcb = pcb->next) { in tcp_debug_print_pcbs()
216 for(lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in tcp_input()252 lpcb->next = tcp_listen_pcbs.listen_pcbs; in tcp_input()254 tcp_listen_pcbs.listen_pcbs = lpcb; in tcp_input()
353 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in netif_set_ipaddr()
30 tcp_remove(tcp_listen_pcbs.pcbs); in tcp_remove_all()152 TCP_REG(&tcp_listen_pcbs.pcbs, pcb); in tcp_set_state()
316 extern union tcp_listen_pcbs_t tcp_listen_pcbs;