Module smoltcp::iface [] [src]

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.

SliceArpCache

An Address Resolution Protocol cache backed by a slice.

Traits

ArpCache

An Address Resolution Protocol cache.