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§
- Config
- Configuration structure used for creating a network interface.
- Context
- The device independent part of an Ethernet network interface.
- Interface
- A network interface.
- Route
- A prefix of addresses that should be routed via a router
- Route
Table Full - Routes
- A routing table.
- Socket
Handle - A handle, identifying a socket in an Interface.
- Socket
Set - An extensible set of sockets.
- Socket
Storage - Opaque struct with space for storing one socket.
Enums§
- Poll
Ingress Single Result - Result returned by
Interface::poll_ingress_single
. - Poll
Result - Result returned by
Interface::poll
.