Module smoltcp::iface

source ·
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

An Ethernet network interface.
A builder structure used for creating a Ethernet 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.