Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h257 #define TF_FIN 0x20U /* Connection was closed locally (FIN segment enqueued). */ macro
/third_party/lwip/src/core/
Dtcp_out.c1027 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()
/third_party/lwip/src/api/
Dsockets.c3951 if (!(sock->conn->pcb.tcp->flags & TF_FIN)) { in lwip_fcntl()
/third_party/lwip/
DCHANGELOG1476 * tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This