Module 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§

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
RouteTableFull
Routes
A routing table.
SocketHandle
A handle, identifying a socket in an Interface.
SocketSet
An extensible set of sockets.
SocketStorage
Opaque struct with space for storing one socket.

Enums§

PollIngressSingleResult
Result returned by Interface::poll_ingress_single.
PollResult
Result returned by Interface::poll.