Expand description
Pure IP devices.
Structs§
- Dynamic
Pure IpDevice State - Dynamic state for a pure IP device.
- Pure
IpDevice Counters - Counters for pure IP devices.
- Pure
IpDevice Creation Properties - The parameters required to create a pure IP device.
- Pure
IpDevice Receive Frame Metadata - Metadata for IP packets received on a pure IP device.
- Pure
IpDevice TxQueue Frame Metadata - Metadata for IP packets held in the TX queue.
- Pure
IpHeader Params - Metadata for sending IP packets from a device socket.
Enums§
- Pure
IpDevice - A marker type identifying a pure IP device.
Traits§
- Pure
IpDevice State Context - Provides access to a pure IP device’s state.
Functions§
- get_mtu
- Gets the MTU of the given
PureIpDevice
. - send_
ip_ frame - Enqueues the given IP packet on the TX queue for the given
PureIpDevice
. - set_mtu
- Updates the MTU of the given
PureIpDevice
.
Type Aliases§
- Pure
IpDevice Id - A strong device ID identifying a pure IP device.
- Pure
IpPrimary Device Id - The primary reference for a pure IP device.
- Pure
IpWeak Device Id - A weak device ID identifying a pure IP device.