[][src]Module smoltcp::iface

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

EthernetInterface

An Ethernet network interface.

EthernetInterfaceBuilder

A builder structure used for creating a Ethernet network interface.

Neighbor

A cached neighbor.

NeighborCache

A neighbor cache backed by a map.

Route

A prefix of addresses that should be routed via a router

Routes

A routing table.