Module netdevice_client::session
source · Expand description
Fuchsia netdevice session.
Structs§
- The buffer that can be used by the
Session
. - Session configuration.
- Basic session configuration that can be given to
DeviceInfo
to generateConfig
s. - Network device base info with all required fields.
- Network device information with all required fields.
- A port of the device.
- An RAII lease possibly keeping the system from suspension.
- A session between network device client and driver.
- The backing task that drives the session.
Enums§
- Missing fields in
DeviceBaseInfo
. - Errors validating
DeviceBaseInfo
. - Missing fields in
DeviceInfo
. - Errors validating
DeviceInfo
. - A tag to related types for Rx allocations.
- A tag to related types for Tx allocations.