Home
last modified time | relevance | path

Searched defs:l_linger (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc151 int l_linger; /* how many seconds to linger for */ in setOptions() member
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs501 let l_linger = if let Some(linger) = linger { in set_socket_linger() localVariable
502 let mut l_linger = linger.as_secs(); in set_socket_linger() localVariable
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs894 let l_linger = if let Some(linger) = linger { in set_socket_linger() localVariable
895 let mut l_linger = linger.as_secs(); in set_socket_linger() localVariable
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h93 int l_linger; member
/third_party/musl/include/sys/
Dsocket.h76 int l_linger; member
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h80 int l_linger; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h65 int l_linger; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h76 int l_linger; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h76 int l_linger; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h76 int l_linger; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h76 int l_linger; member
/third_party/musl/ndk_musl_include/sys/
Dsocket.h80 int l_linger; member
/third_party/lwip/src/include/lwip/
Dsockets.h228 int l_linger; /* linger time in seconds */ member
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4699 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4757 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4805 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4863 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4779 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4748 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4840 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4891 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4719 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4721 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4933 pub l_linger: crate::ctypes::c_int, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs5083 pub l_linger: crate::ctypes::c_int, field

12