Function ifname_to_addrobj

Source
pub fn ifname_to_addrobj(
    if_name: &str,
    addr_family: u16,
) -> Result<(String, String), String>