Searched refs:get_ip_multicast_loop (Results 1 – 4 of 4) sorted by relevance
38 assert!(rustix::net::sockopt::get_ip_multicast_loop(&s).unwrap()); in test_sockopts()135 assert!(!rustix::net::sockopt::get_ip_multicast_loop(&s).unwrap()); in test_sockopts()
356 pub fn get_ip_multicast_loop<Fd: AsFd>(fd: Fd) -> io::Result<bool> { in get_ip_multicast_loop() function357 backend::net::syscalls::sockopt::get_ip_multicast_loop(fd.as_fd()) in get_ip_multicast_loop()
673 pub(crate) fn get_ip_multicast_loop(fd: BorrowedFd<'_>) -> io::Result<bool> { in get_ip_multicast_loop() function
1102 pub(crate) fn get_ip_multicast_loop(fd: BorrowedFd<'_>) -> io::Result<bool> { in get_ip_multicast_loop() function