Searched refs:set_tcp_keepintvl (Results 1 – 3 of 3) sorted by relevance
1218 pub fn set_tcp_keepintvl<Fd: AsFd>(fd: Fd, value: Duration) -> io::Result<()> { in set_tcp_keepintvl() function1219 backend::net::sockopt::set_tcp_keepintvl(fd.as_fd(), value) in set_tcp_keepintvl()
716 pub(crate) fn set_tcp_keepintvl(fd: BorrowedFd<'_>, duration: Duration) -> io::Result<()> { in set_tcp_keepintvl() function
858 pub(crate) fn set_tcp_keepintvl(fd: BorrowedFd<'_>, duration: Duration) -> io::Result<()> { in set_tcp_keepintvl() function