Structs§
- Base device configuration.
- Logical device port configuration.
- A Stream of incoming requests for fuchsia.net.tun/Control.
- A Stream of incoming requests for fuchsia.net.tun/DevicePair.
- A Stream of incoming requests for fuchsia.net.tun/Device.
- A frame written to or read from a [
fuchsia.net.tun/Device
]. - Internal device state.
- A Stream of incoming requests for fuchsia.net.tun/Port.
- Signals set in the
eventpair
returned by [fuchsia.net.tun/Device.GetSignals
].
Enums§
- Control interface.
- Provides control over a pair of network devices.
- Provides control over the created device.
- A logical port attached to a [
fuchsia.net.tun/Device
].
Constants§
- The TX and RX FIFO Depths used by tun devices.
- Maximum supported MTU.
- Maximum number of multicast filters that a device holds in
MacState
. - Maximum number of pending [
fuchsia.net.tun/Device.WriteFrame
] or [fuchsia.net.tun/Device.ReadFrame
] that are allowed.