Expand description
Network device interface
This module defines the interface for network devices in the kernel. It provides abstractions for network packet operations and device management.
Structs§
- Device
Packet - Device-level network packet for raw data transmission
- Generic
Network Device - A generic implementation of a network device for testing
- MacAddress
- MAC (Media Access Control) address
- Network
Interface Config - Network interface configuration
- Network
Result - Result of network operations
- Network
Stats - Network device statistics
Enums§
- Network
Request - Network operation requests
- Network
Response - Response from network operations
Traits§
- Ethernet
Device - Ethernet-capable network device.
- Network
Device - Network device interface
Functions§
- get_
network_ device - Get the first available network device