Expand description

Network interface logic.

The iface module deals with the network interfaces. It filters incoming frames, provides lookup and caching of hardware addresses, and handles management packets.

Structs

The device independent part of an Ethernet network interface.

A network interface.

A builder structure used for creating a network interface.

A cached neighbor.

A neighbor cache backed by a map.

A prefix of addresses that should be routed via a router

A routing table.

A handle, identifying a socket in an Interface.

Opaque struct with space for storing one socket.