Searched refs:tcp_bound_pcbs (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp.c | 174 struct tcp_pcb *tcp_bound_pcbs; variable 184 struct tcp_pcb **const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs, 546 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown() 755 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_abandon() 910 TCP_REG(&tcp_bound_pcbs, pcb); 1066 TCP_RMV(&tcp_bound_pcbs, pcb); 1352 TCP_RMV(&tcp_bound_pcbs, pcb); 2518 tcp_netif_ip_addr_changed_pcblist(old_addr, tcp_bound_pcbs);
|
/third_party/lwip/src/include/lwip/priv/ |
D | tcp_priv.h | 335 extern struct tcp_pcb *tcp_bound_pcbs; 366 …LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOS…
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_mib2_tcp.c | 337 …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()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 36 tcp_remove(tcp_bound_pcbs); in tcp_remove_all()
|
/third_party/lwip/ |
D | CHANGELOG | 1030 * tcp.c: fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list 1752 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp
|