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

  /bionic/libc/kernel/uapi/linux/
tcp.h 97 __u32 snd_wl1; member in struct:tcp_repair_window
  /external/iproute2/include/uapi/linux/
tcp.h 130 __u32 snd_wl1; member in struct:tcp_repair_window
  /external/kernel-headers/original/uapi/linux/
tcp.h 132 __u32 snd_wl1; member in struct:tcp_repair_window
  /external/syslinux/core/lwip/src/core/
tcp_in.c 486 npcb->snd_wl1 = seqno - 1;/* initialise to seqno-1 to force window update */
636 pcb->snd_wl1 = seqno - 1; /* initialise to seqno - 1 to force window update */
861 if (TCP_SEQ_LT(pcb->snd_wl1, seqno) ||
862 (pcb->snd_wl1 == seqno && TCP_SEQ_LT(pcb->snd_wl2, ackno)) ||
865 pcb->snd_wl1 = seqno;
877 pcb->lastack, ackno, pcb->snd_wl1, seqno, pcb->snd_wl2));
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 224 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last member in struct:tcp_pcb

Completed in 142 milliseconds