netif
List the network interfaces on the system.
Example usage:
for ifa in up
license
ISC, see the LICENSE file.
List the network interfaces on the system.
Example usage:
for ifa in netif::up() {
if !ifa.address().is_loopback() {
println!("{:?}", ifa);
}
}
ISC, see the LICENSE file.