Searched refs:get_ip_ttl (Results 1 – 4 of 4) sorted by relevance
27 assert_ne!(rustix::net::sockopt::get_ip_ttl(&s).unwrap(), 0); in test_sockopts()28 assert_ne!(rustix::net::sockopt::get_ip_ttl(&s).unwrap(), 77); in test_sockopts()119 assert_eq!(rustix::net::sockopt::get_ip_ttl(&s).unwrap(), 77); in test_sockopts()
268 pub fn get_ip_ttl<Fd: AsFd>(fd: Fd) -> io::Result<u32> { in get_ip_ttl() function269 backend::net::syscalls::sockopt::get_ip_ttl(fd.as_fd()) in get_ip_ttl()
645 pub(crate) fn get_ip_ttl(fd: BorrowedFd<'_>) -> io::Result<u32> { in get_ip_ttl() function
1074 pub(crate) fn get_ip_ttl(fd: BorrowedFd<'_>) -> io::Result<u32> { in get_ip_ttl() function