Function index_to_name_inlined

Source
pub fn index_to_name_inlined<Fd: AsFd>(
    fd: Fd,
    index: u32,
) -> Result<InlinedName>
Expand description

ioctl(fd, SIOCGIFNAME, ifreq)—Returns the interface name for a given index.

See the module-level documentation for information about fd usage.

§References