Module netstack3_device::pure_ip
source · Expand description
Pure IP devices.
Structs§
- Dynamic state for a pure IP device.
- Counters for pure IP devices.
- The parameters required to create a pure IP device.
- Metadata for IP packets received on a pure IP device.
- Metadata for IP packets held in the TX queue.
- Metadata for sending IP packets from a device socket.
Enums§
- A marker type identifying a pure IP device.
Traits§
- Provides access to a pure IP device’s state.
Functions§
- Gets the MTU of the given
PureIpDevice
. - Enqueues the given IP packet on the TX queue for the given
PureIpDevice
. - Updates the MTU of the given
PureIpDevice
.
Type Aliases§
- A strong device ID identifying a pure IP device.
- The primary reference for a pure IP device.
- A weak device ID identifying a pure IP device.