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

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h215 #define TF_FIN 0x20U /* Connection was closed locally (FIN segment enqueued). */ macro
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_out.c150 pcb->flags |= TF_FIN;
869 pcb->flags |= TF_FIN;
1103 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_out.c428 pcb->flags |= TF_FIN;
616 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h302 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */ macro

Completed in 112 milliseconds