Home
last modified time | relevance | path

Searched refs:snd_wl1 (Results 1 – 24 of 24) sorted by relevance

/third_party/lwip/src/core/
Dtcp_in.c711 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/
Dtcp.h267 uint32_t snd_wl1; member
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h267 uint32_t snd_wl1; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h267 uint32_t snd_wl1; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h267 uint32_t snd_wl1; member
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h279 uint32_t snd_wl1; member
/third_party/musl/include/netinet/
Dtcp.h279 uint32_t snd_wl1; member
/third_party/lwip/src/include/lwip/
Dtcp.h320 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last member
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3865 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3867 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4050 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs4229 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3894 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3925 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3982 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3903 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs3951 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs4199 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs3845 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs4114 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs3990 pub snd_wl1: __u32, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4018 pub snd_wl1: __u32, field
/third_party/lwip/
DCHANGELOG2423 * tcp_in.c: Fix bug #27199: use snd_wl2 instead of snd_wl1
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h76052 u32 snd_wl1; member
85584 __u32 snd_wl1; member