Searched refs:TF_RESET (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h159 #define TF_RESET (u8_t)0x08U /* Connection was reset. */ macro
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp_in.c442 if (recv_flags & TF_RESET) {
443 /* TF_RESET means that the connection was reset by the other
825 recv_flags |= TF_RESET;

Completed in 35 milliseconds