/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 151 int l_linger; /* how many seconds to linger for */ in setOptions() member
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | syscalls.rs | 501 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/ |
D | syscalls.rs | 894 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/ |
D | general.h | 93 int l_linger; member
|
/third_party/musl/include/sys/ |
D | socket.h | 76 int l_linger; member
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 80 int l_linger; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 65 int l_linger; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 76 int l_linger; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 76 int l_linger; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 76 int l_linger; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 76 int l_linger; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 80 int l_linger; member
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 228 int l_linger; /* linger time in seconds */ member
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 4699 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 4757 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 4805 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 4863 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 4779 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 4748 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 4840 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 4891 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 4719 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 4721 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 4933 pub l_linger: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 5083 pub l_linger: crate::ctypes::c_int, field
|