Searched refs:TF_FIN (Results 1 – 4 of 4) sorted by relevance
257 #define TF_FIN 0x20U /* Connection was closed locally (FIN segment enqueued). */ macro
1027 tcp_set_flags(pcb, TF_FIN); in tcp_send_fin()1131 tcp_set_flags(pcb, TF_FIN); in tcp_enqueue_flags()1357 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) { in tcp_output()
3951 if (!(sock->conn->pcb.tcp->flags & TF_FIN)) { in lwip_fcntl()
1476 * tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This