Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp.c82 struct tcp_pcb *tcp_bound_pcbs; variable
94 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()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h318 extern struct tcp_pcb *tcp_bound_pcbs;
346 …LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOS…
/external/syslinux/core/lwip/
DCHANGELOG254 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp