Crate heim_net

Source
Expand description

Network information.

This module is enabled with the net feature flag (enabled by default).

Modules§

os
OS-specific extensions.

Structs§

IoCounters
Network device I/O counters.
MacAddr6
MAC address in EUI-48 format.
MacAddr8
MAC address in EUI-64 format.
Nic
Network interface device.

Enums§

Address
Network interface address.
MacAddr
A MAC address, either in EUI-48 or EUI-64 format.

Functions§

io_counters
Returns stream which yield IO counters for each network interface.
nic
Returns stream which yields Network Interface Cards.