Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h183 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */ macro
/lib/liblwip/src/core/
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()
/lib/liblwip/
DCHANGELOG277 * tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This