Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c101 struct tcp_pcb *tcp_bound_pcbs; variable
113 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()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h315 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