/third_party/lwip/src/core/ |
D | tcp_in.c | 711 npcb->snd_wl1 = seqno - 1;/* initialise to seqno-1 to force window update */ 896 pcb->snd_wl1 = seqno - 1; /* initialise to seqno - 1 to force window update */ 1189 if (TCP_SEQ_LT(pcb->snd_wl1, seqno) || 1190 (pcb->snd_wl1 == seqno && TCP_SEQ_LT(pcb->snd_wl2, ackno)) || 1198 pcb->snd_wl1 = seqno; 1207 pcb->lastack, ackno, pcb->snd_wl1, seqno, pcb->snd_wl2));
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 267 uint32_t snd_wl1; member
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 267 uint32_t snd_wl1; member
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 267 uint32_t snd_wl1; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 267 uint32_t snd_wl1; member
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 279 uint32_t snd_wl1; member
|
/third_party/musl/include/netinet/ |
D | tcp.h | 279 uint32_t snd_wl1; member
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 320 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last member
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 3865 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 3867 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 4050 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 4229 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 3894 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 3925 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 3982 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 3903 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 3951 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 4199 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 3845 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 4114 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 3990 pub snd_wl1: __u32, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 4018 pub snd_wl1: __u32, field
|
/third_party/lwip/ |
D | CHANGELOG | 2423 * tcp_in.c: Fix bug #27199: use snd_wl2 instead of snd_wl1
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 76052 u32 snd_wl1; member 85584 __u32 snd_wl1; member
|