pub fn ip_multicast_if<Fd: AsFd>(fd: Fd) -> Result<Ipv4Addr>
Expand description
getsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF)
See the module-level documentation for more.
pub fn ip_multicast_if<Fd: AsFd>(fd: Fd) -> Result<Ipv4Addr>
getsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF)
See the module-level documentation for more.