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

  /external/syslinux/core/lwip/src/core/
tcp_out.c 64 seg->flags |= TF_SEG_DATA_CHECKSUMMED; } while(0)
177 LWIP_ASSERT("invalid optflags passed: TF_SEG_DATA_CHECKSUMMED",
178 (optflags & TF_SEG_DATA_CHECKSUMMED) == 0);
590 seg->flags |= TF_SEG_DATA_CHECKSUMMED;
651 last_unsent->flags |= TF_SEG_DATA_CHECKSUMMED;
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 294 #define TF_SEG_DATA_CHECKSUMMED (u8_t)0x04U /* ALL data (not the header) is

Completed in 41 milliseconds