socket.if_indextoname(if_index)
Return a network interface name corresponding to an interface index number. OSError
if no interface with the given index exists.
Availability: Unix.
New in version 3.3.
socket.if_indextoname(if_index)
Return a network interface name corresponding to an interface index number. OSError
if no interface with the given index exists.
Availability: Unix.
New in version 3.3.
Please login to continue.