HomeSort by relevance Sort by last modified time
    Searched refs:TF_RESET (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 189 #define TF_RESET (u8_t)0x08U /* Connection was reset. */
  /external/syslinux/core/lwip/src/core/
tcp_in.c 323 if (recv_flags & TF_RESET) {
324 /* TF_RESET means that the connection was reset by the other
597 recv_flags |= TF_RESET;
    [all...]

Completed in 94 milliseconds