Crate fidl_fuchsia_net_ndp

Source

Structs§

OptionWatchEntry
An entry representing a single option received in an NDP message.
OptionWatcherControlHandle
OptionWatcherEventStream
OptionWatcherMarker
OptionWatcherProbeResponder
OptionWatcherProxy
OptionWatcherRequestStream
A Stream of incoming requests for fuchsia.net.ndp/OptionWatcher.
OptionWatcherSynchronousProxy
OptionWatcherWatchOptionsResponder
OptionWatcherWatchOptionsResponse
RouterAdvertisementOptionWatcherParams
Parameters for a router advertisement option watcher.
RouterAdvertisementOptionWatcherProviderControlHandle
RouterAdvertisementOptionWatcherProviderEventStream
RouterAdvertisementOptionWatcherProviderMarker
RouterAdvertisementOptionWatcherProviderNewRouterAdvertisementOptionWatcherRequest
RouterAdvertisementOptionWatcherProviderProxy
RouterAdvertisementOptionWatcherProviderRequestStream
A Stream of incoming requests for fuchsia.net.ndp/RouterAdvertisementOptionWatcherProvider.
RouterAdvertisementOptionWatcherProviderSynchronousProxy

Enums§

OptionWatcherEvent
OptionWatcherRequest
An NDP option watcher.
RouterAdvertisementOptionWatcherProviderEvent
RouterAdvertisementOptionWatcherProviderRequest
Provides watchers for NDP options observed via router advertisements.

Constants§

MAX_NUM_OPTION_TYPES
The maximum number of distinct option types that can be specified for watcher interest.
MAX_OPTION_BATCH_SIZE
The maximum number of options that can be yielded in a single watcher batch.
MAX_OPTION_BODY_LENGTH
The maximum possible length in bytes of an NDP option body (excluding the type and length bytes).

Traits§

OptionWatcherProxyInterface
RouterAdvertisementOptionWatcherProviderProxyInterface

Type Aliases§

OptionType
The identifier of an NDP option type, aka the “type” field in the NDP option as described in RFC 4861 section 4.6.