Searched refs:get_sock_linger (Results 1 – 4 of 4) sorted by relevance
21 use crate::sys::unix::tcp::socket::{get_sock_linger, set_sock_linger};134 get_sock_linger(self.get_fd()) in linger()
102 pub(crate) fn get_sock_linger(fd: Fd) -> io::Result<Option<Duration>> { in get_sock_linger() function
22 use crate::sys::windows::tcp::socket::{get_sock_linger, set_sock_linger};171 get_sock_linger(self.as_raw_socket()) in linger()
123 pub(crate) fn get_sock_linger(socket: RawSocket) -> io::Result<Option<Duration>> { in get_sock_linger() function