Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h425 tcp_pcb_remove(&tcp_active_pcbs, pcb); \
433 void tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h416 tcp_pcb_remove(&tcp_active_pcbs, pcb); \
424 void tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c315 tcp_pcb_remove(&tcp_listen_pcbs.pcbs, pcb); in tcp_close_shutdown()
468 tcp_pcb_remove(&tcp_tw_pcbs, pcb); in tcp_abandon()
1881 tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb) in tcp_pcb_remove() function
A Dtcp_in.c381 tcp_pcb_remove(&tcp_active_pcbs, pcb);
417 tcp_pcb_remove(&tcp_active_pcbs, pcb);

Completed in 13 milliseconds