Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h189 #define TF_RESET (u8_t)0x08U /* Connection was reset. */ macro
/external/syslinux/core/lwip/src/core/
Dtcp_in.c323 if (recv_flags & TF_RESET) { in tcp_input()
597 recv_flags |= TF_RESET; in tcp_process()