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

  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 412 (pcb)->flags |= TF_ACK_NOW; \
421 (pcb)->flags |= TF_ACK_NOW; \
tcp.h 180 #define TF_ACK_NOW ((u8_t)0x02U) /* Immediate ACK. */
  /external/syslinux/core/lwip/src/core/
tcp_out.c 857 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
912 /* If the TF_ACK_NOW flag is set and no data will be sent (either
918 if (pcb->flags & TF_ACK_NOW &&
    [all...]
tcp.c     [all...]
tcp_in.c 554 pcb->flags |= TF_ACK_NOW;
    [all...]

Completed in 196 milliseconds