Function fuchsia_nix::net::if_::if_nametoindex
pub fn if_nametoindex<P>(name: &P) -> Result<u32, Errno>where
P: NixPath + ?Sized,
Expand description
Resolve an interface into a interface number.
pub fn if_nametoindex<P>(name: &P) -> Result<u32, Errno>where
P: NixPath + ?Sized,
Resolve an interface into a interface number.