Expand description
Device sockets.
Structs§
- A collection of all device sockets in the system.
- The set of sockets associated with a device.
- The device socket API.
- Reference to live socket state.
- Metadata required to send a frame on a device socket.
- Per-device state for packet sockets.
- Data from an Ethernet frame.
- Parameters needed to apply system-framing of an Ethernet frame.
- Data from an IP frame.
- A frame couldn’t be parsed as a
SentFrame
. - Strong owner of socket state.
- Information about the bound state of a socket.
- State held by a device socket.
- A device socket’s binding information.
- A weak reference to socket state.
Enums§
- A frame sent or received on a device
- A selector for frames based on link-layer protocol number.
- A frame received on a device.
- A frame sent on a device.
- Selector for devices to send and receive packets on.
Traits§
- Core context for accessing the socket state for a device.
- The execution context for device sockets provided by bindings.
- Core context for accessing socket state.
- Provides associated types for device sockets provided by the bindings context.
- Core context for accessing the state of an individual socket.
Type Aliases§
- Convenience alias for use in device state storage.
- Convenience alias for use in shared storage.
- Public identifier for a socket.