Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dsocket.rs114 let linger = unsafe { payload.assume_init() }; in get_sock_linger() localVariable
139 fn into_linger(duration: Option<Duration>) -> linger { in into_linger()
167 let linger = into_linger(None); in ut_into_linger_none() localVariable
H A Dstream.rs133 pub fn linger(&self) -> io::Result<Option<Duration>> { in linger() method
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dtcp_extra_options.cpp26 void TCPExtraOptions::SocketLinger::SetLinger(uint32_t linger) in SetLinger()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs139 let linger = unsafe { optval.assume_init() }; in get_sock_linger() localVariable
H A Dstream.rs170 pub fn linger(&self) -> io::Result<Option<Duration>> { in linger() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs405 pub fn linger(&self) -> io::Result<Option<Duration>> { in linger() method