Function pnet::util::get_network_interfaces
[−]
[src]
pub fn get_network_interfaces() -> Vec<NetworkInterface>
Deprecated
: Moved to datalink::interfaces()
Get a list of available network interfaces for the current machine.
Deprecated. Instead use the implementation available for your backend.
The default one is at pnet::datalink::interfaces
.