Home
last modified time | relevance | path

Searched refs:TF_FIN (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h183 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */ macro
/lk-master/external/lib/lwip/core/
A Dtcp_out.c136 pcb->flags |= TF_FIN; in tcp_send_fin()
807 pcb->flags |= TF_FIN; in tcp_enqueue_flags()
974 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)){ in tcp_output()

Completed in 5 milliseconds