Function local_ip_address::find_ifa[][src]

pub fn find_ifa(
    ifas: Vec<(String, IpAddr)>,
    ifa_name: &str
) -> Option<(String, IpAddr)>
Expand description

Finds the network interface with the provided name in the vector of network interfaces provided