Crate network_interface

Source

Structs§

NetworkInterface
A system’s network interface
V4IfAddr
IPV4 Interface from the AFINET network interface family
V6IfAddr
IPV6 Interface from the AFINET6 network interface family

Enums§

Addr
Network interface address
Error

Traits§

NetworkInterfaceConfig

Type Aliases§

Netmask
An alias for an Option that wraps either a Ipv4Addr or a Ipv6Addr representing the IP for a Network Interface netmask
Result