Home
last modified time | relevance | path

Searched refs:l_linger (Results 1 - 25 of 36) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs501 let l_linger = if let Some(linger) = linger {
502 let mut l_linger = linger.as_secs(); variables
504 l_linger = l_linger.checked_add(1).ok_or(io::Errno::INVAL)?;
506 l_linger.try_into().map_err(|_e| io::Errno::INVAL)?
512 l_linger,
522 Some(Duration::from_secs(linger.l_linger as u64))
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs894 let l_linger = if let Some(linger) = linger {
895 let mut l_linger = linger.as_secs(); variables
897 l_linger = l_linger.checked_add(1).ok_or(io::Errno::INVAL)?;
899 l_linger.try_into().map_err(|_e| io::Errno::INVAL)?
905 l_linger,
915 Some(Duration::from_secs(linger.l_linger as u64))
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_sockopt.c273 /* SO_LINGER Test with l_onff = 0 and l_linger = 0 */ in main()
275 slinger.l_linger = 0; in main()
301 slinger.l_linger != glinger.l_linger) in main()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c54 F(int,l_linger) in f()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h93 int l_linger; member
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc151 int l_linger; /* how many seconds to linger for */ in setOptions() member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h76 int l_linger; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h65 int l_linger; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h76 int l_linger; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h76 int l_linger; member
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h80 int l_linger; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h76 int l_linger; member
/third_party/musl/include/sys/
H A Dsocket.h80 int l_linger; member
/third_party/node/deps/openssl/openssl/apps/
H A Ds_time.c463 no_linger.l_linger = 0; in doConnection()
/third_party/openssl/apps/
H A Ds_time.c463 no_linger.l_linger = 0; in doConnection()
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c373 lin.l_linger = s->linger; in libsrt_set_options_pre()
374 lin.l_onoff = lin.l_linger > 0 ? 1 : 0; in libsrt_set_options_pre()
/third_party/lwip/src/include/lwip/
H A Dsockets.h228 int l_linger; /* linger time in seconds */ member
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs81 pub l_linger: ::c_int,
/third_party/lwip/src/api/
H A Dsockets.c3070 linger->l_linger = (int)conn_linger;
3073 linger->l_linger = 0;
3470 int lingersec = linger->l_linger;
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs183 pub l_linger: ::c_int,
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs173 pub l_linger: ::c_int,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4721 pub l_linger: crate::ctypes::c_int,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs251 pub l_linger: ::c_int,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4719 pub l_linger: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4699 pub l_linger: crate::ctypes::c_int,

Completed in 78 milliseconds

12