Searched refs:tcp_bound_pcbs (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/core/ |
H A 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/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 337 struct tcp_pcb **const tcp_pcb_nonlisten_lists[] = {&tcp_bound_pcbs, &tcp_active_pcbs, &tcp_tw_pcbs}; in tcp_ConnectionTable_get_cell_value() 382 struct tcp_pcb **const tcp_pcb_nonlisten_lists[] = {&tcp_bound_pcbs, &tcp_active_pcbs, &tcp_tw_pcbs}; in tcp_ConnectionTable_get_next_cell_instance_and_value()
|
/third_party/lwip/src/include/lwip/priv/ |
H A 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 != CLOSED)); \
|
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 36 tcp_remove(tcp_bound_pcbs); in tcp_remove_all()
|
Completed in 6 milliseconds