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

  /external/syslinux/core/lwip/src/core/
tcp_out.c 308 pcb->flags |= TF_NAGLEMEMERR;
321 pcb->flags |= TF_NAGLEMEMERR;
687 pcb->flags |= TF_NAGLEMEMERR;
732 pcb->flags |= TF_NAGLEMEMERR;
758 pcb->flags |= TF_NAGLEMEMERR;
767 pcb->flags |= TF_NAGLEMEMERR;
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 186 #define TF_NAGLEMEMERR ((u8_t)0x80U) /* nagle enabled, memerr, try to output to prevent delayed ACK to happen */

Completed in 2996 milliseconds