Searched refs:TF_FIN (Results 1 – 2 of 2) sorted by relevance
183 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */ macro
136 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