Searched refs:tcp_bound_pcbs (Results 1 – 3 of 3) sorted by relevance
82 struct tcp_pcb *tcp_bound_pcbs; variable94 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,177 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown()449 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind()523 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog()732 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect()
318 extern struct tcp_pcb *tcp_bound_pcbs;346 …LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOS…
254 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp