Searched refs:tcp_bound_pcbs (Results 1 – 2 of 2) sorted by relevance
101 struct tcp_pcb *tcp_bound_pcbs; variable113 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,210 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown()485 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind()559 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog()770 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect()
315 extern struct tcp_pcb *tcp_bound_pcbs;343 …LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOS…
Completed in 5 milliseconds