Searched defs:set_sock_linger (Results 1 – 2 of 2) sorted by relevance
144 pub(crate) fn set_sock_linger(socket: RawSocket, linger: Option<Duration>) -> io::Result<()> { in set_sock_linger() function
119 pub(crate) fn set_sock_linger(fd: Fd, duration: Option<Duration>) -> io::Result<()> { in set_sock_linger() function