Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c171 struct tcp_pcb *tcp_bound_pcbs; variable
181 struct tcp_pcb **const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,
388 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown()
597 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_abandon()
748 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind()
904 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog_and_err()
1178 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect()
2344 tcp_netif_ip_addr_changed_pcblist(old_addr, tcp_bound_pcbs); in tcp_netif_ip_addr_changed()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h335 extern struct tcp_pcb *tcp_bound_pcbs;
366 …LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOS…
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2_tcp.c337 …struct tcp_pcb **const tcp_pcb_nonlisten_lists[] = {&tcp_bound_pcbs, &tcp_active_pcbs, &tcp_tw_pcb… in tcp_ConnectionTable_get_cell_value()
382 …struct tcp_pcb **const tcp_pcb_nonlisten_lists[] = {&tcp_bound_pcbs, &tcp_active_pcbs, &tcp_tw_pcb… in tcp_ConnectionTable_get_next_cell_instance_and_value()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1020 * tcp.c: fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list
1742 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp