[][src]Function libuv::net::misc::if_indexto_iid

pub fn if_indexto_iid(ifindex: u32) -> Result<String>

Retrieves a network interface identifier suitable for use in an IPv6 scoped address. On Windows, returns the numeric ifindex as a string. On all other platforms, if_indextoname() is called.

See uv_if_indextoname for further details.