Home
last modified time | relevance | path

Searched defs:linger (Results 1 – 25 of 32) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h91 struct linger { struct
93 int l_linger; argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_socket.js284 linger: "[PC Preview] unknow linger" property
/third_party/musl/ndk_musl_include/sys/
Dsocket.h78 struct linger { struct
80 int l_linger; argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h74 struct linger { struct
76 int l_linger; argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h74 struct linger { struct
76 int l_linger; argument
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h74 struct linger { struct
76 int l_linger; argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h74 struct linger { struct
76 int l_linger; argument
/third_party/musl/include/sys/
Dsocket.h74 struct linger { struct
76 int l_linger; argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h63 struct linger { struct
65 int l_linger; argument
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h78 struct linger { struct
80 int l_linger; argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc152 } linger = {false, 0}; in setOptions() local
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs510 let linger = c::linger { in set_socket_linger() localVariable
519 let linger: c::linger = getsockopt(fd, c::SOL_SOCKET as _, c::SO_LINGER)?; in get_socket_linger() localVariable
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs903 let linger = c::linger { in set_socket_linger() localVariable
912 let linger: c::linger = getsockopt(fd, c::SOL_SOCKET as _, c::SO_LINGER)?; in get_socket_linger() localVariable
/third_party/lwip/src/include/lwip/
Dsockets.h226 struct linger { struct
228 int l_linger; /* linger time in seconds */ argument
Dapi.h274 s16_t linger; member
/third_party/ffmpeg/libavformat/
Dlibsrt.c92 int linger; member
/third_party/lwip/src/api/
Dsockets.c3065 struct linger *linger = (struct linger *)optval; in lwip_getsockopt_impl() local
3467 const struct linger *linger = (const struct linger *)optval; in lwip_setsockopt_impl() local
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4931 pub struct linger { struct
4933 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4717 pub struct linger { struct
4719 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4719 pub struct linger { struct
4721 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4746 pub struct linger { struct
4748 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4777 pub struct linger { struct
4779 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4838 pub struct linger { struct
4840 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4755 pub struct linger { struct
4757 pub l_linger: crate::ctypes::c_int, argument
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4803 pub struct linger { struct
4805 pub l_linger: crate::ctypes::c_int, argument

12