Searched refs:set_tcp_user_timeout (Results 1 – 4 of 4) sorted by relevance
1242 pub fn set_tcp_user_timeout<Fd: AsFd>(fd: Fd, value: u32) -> io::Result<()> { in set_tcp_user_timeout() function1243 backend::net::sockopt::set_tcp_user_timeout(fd.as_fd(), value) in set_tcp_user_timeout()
728 pub(crate) fn set_tcp_user_timeout(fd: BorrowedFd<'_>, value: u32) -> io::Result<()> { in set_tcp_user_timeout() function
872 pub(crate) fn set_tcp_user_timeout(fd: BorrowedFd<'_>, value: u32) -> io::Result<()> { in set_tcp_user_timeout() function
2564 pub fn set_tcp_user_timeout(&self, timeout: Option<Duration>) -> io::Result<()> { in set_tcp_user_timeout() method