Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c451 tcp_set_flags(pcb, TF_CLOSEPEND); in tcp_close_shutdown_fin()
1501 if (pcb->flags & TF_CLOSEPEND) { in tcp_fasttmr()
1503 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_fasttmr()
1819 if (pcb->flags & TF_CLOSEPEND) { in tcp_handle_closepend()
1821 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_handle_closepend()
/third_party/lwip/src/include/lwip/
Dtcp.h255 #define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in t… macro
/third_party/lwip/
DCHANGELOG101 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED