Home
last modified time | relevance | path

Searched refs:IPTOS_LOWDELAY (Results 1 - 25 of 26) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-util.c164 #if defined(IPTOS_LOWDELAY) && defined(IP_TOS) && (defined(SOL_IP) || defined(IPPROTO_IP)) in pa_make_tcp_socket_low_delay()
166 int tos = IPTOS_LOWDELAY; in pa_make_tcp_socket_low_delay()
182 #if defined(IPTOS_LOWDELAY) && defined(IP_TOS) && (defined(SOL_IP) || defined(IPPROTO_IP)) in pa_make_udp_socket_low_delay()
184 int tos = IPTOS_LOWDELAY; in pa_make_udp_socket_low_delay()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip.h120 #define IPTOS_LOWDELAY 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip.h120 #define IPTOS_LOWDELAY 0x10 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip.h120 #define IPTOS_LOWDELAY 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip.h120 #define IPTOS_LOWDELAY 0x10 macro
/third_party/musl/include/netinet/
H A Dip.h120 #define IPTOS_LOWDELAY 0x10 macro
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c146 IPTOS_LOWDELAY, IPTOS_THROUGHPUT, IPTOS_RELIABILITY, IPTOS_MINCOST
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c206 IPTOS_LOWDELAY, IPTOS_THROUGHPUT, IPTOS_RELIABILITY
/third_party/lwip/src/include/lwip/
H A Dsockets.h365 #define IPTOS_LOWDELAY 0x10 macro
/third_party/eudev/src/shared/
H A Dutil.c1430 [IPTOS_LOWDELAY] = "low-delay",
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1277 pub const IPTOS_LOWDELAY: u8 = 0x10; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1272 pub const IPTOS_LOWDELAY: u8 = 0x10; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs706 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs711 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs711 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs718 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs715 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs718 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs715 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs705 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs926 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs706 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs926 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs706 pub const IPTOS_LOWDELAY: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs707 pub const IPTOS_LOWDELAY: u32 = 16; consts

Completed in 198 milliseconds

12