Home
last modified time | relevance | path

Searched refs:get_sock_linger (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dstream.rs21 use crate::sys::unix::tcp::socket::{get_sock_linger, set_sock_linger};
134 get_sock_linger(self.get_fd()) in linger()
H A Dsocket.rs102 pub(crate) fn get_sock_linger(fd: Fd) -> io::Result<Option<Duration>> { in get_sock_linger() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dstream.rs22 use crate::sys::windows::tcp::socket::{get_sock_linger, set_sock_linger};
171 get_sock_linger(self.as_raw_socket()) in linger()
H A Dsocket.rs123 pub(crate) fn get_sock_linger(socket: RawSocket) -> io::Result<Option<Duration>> { in get_sock_linger() function