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

Configuration structure used for creating a network interface.
The device independent part of an Ethernet network interface.
A network interface.
A prefix of addresses that should be routed via a router
A routing table.
A handle, identifying a socket in an Interface.
An extensible set of sockets.
Opaque struct with space for storing one socket.