Crate fidl_fuchsia_net_tun_common

Source

Structs§

BaseDeviceConfig
Base device configuration.
BasePortConfig
Logical device port configuration.
DeviceConfig
DevicePairAddPortRequest
DevicePairConfig
DevicePairPortConfig
DevicePairRemovePortRequest
DevicePortConfig
DeviceReadFrameResponse
DeviceWriteFrameRequest
Frame
A frame written to or read from a [fuchsia.net.tun/Device].
FrameMetadata
InternalState
Internal device state.
MacState
PortGetStateResponse
PortSetOnlineRequest
PortWatchStateResponse
Signals
Signals set in the eventpair returned by [fuchsia.net.tun/Device.GetSignals].

Constants§

FIFO_DEPTH
The TX and RX FIFO Depths used by tun devices.
MAX_MTU
Maximum supported MTU.
MAX_MULTICAST_FILTERS
Maximum number of multicast filters that a device holds in MacState.
MAX_PENDING_OPERATIONS
Maximum number of pending [fuchsia.net.tun/Device.WriteFrame] or [fuchsia.net.tun/Device.ReadFrame] that are allowed.