Expand description
Multicast Forwarding
Structs§
- Multicast
Forwarding Api - The multicast forwarding API.
- Multicast
Forwarding Counters - Multicast Forwarding counters.
- Multicast
Forwarding Disabled Error - The API action can not be performed while multicast forwarding is disabled.
- Multicast
Forwarding Enabled State - State held by the netstack when multicast forwarding is enabled for
I
. - Multicast
Forwarding Pending Packets - A table of pending multicast packets that have not yet been forwarded.
- Multicast
Route - All attributes of a multicast route, excluding the
MulticastRouteKey
. - Multicast
Route Key - The attributes of a multicast route that uniquely identify it.
- Multicast
Route Stats - Statistics about a
MulticastRoute
. - Multicast
Route Target - The target out of which to forward a multicast packet.
Enums§
- Forward
Multicast Route Error - Errors returned by
MulticastRoute::new_forward
. - Multicast
Forwarding Event - Events that may be published by the multicast forwarding engine.
- Multicast
Forwarding State - Multicast forwarding state for an IP version
I
. - Multicast
Forwarding Timer Id - A timer event for multicast forwarding.
Traits§
- Multicast
Forwarding Bindings Context - Required functionality for multicast forwarding provided by Bindings.
- Multicast
Forwarding Bindings Types - Required types for multicast forwarding provided by Bindings.
- Multicast
Forwarding Device Context - Device related functionality required by multicast forwarding.
- Multicast
Forwarding Pending Packets Context - A trait providing access to
MulticastForwardingPendingPackets
. - Multicast
Forwarding State Context - A trait providing access to
MulticastForwardingState
. - Multicast
Route Table Context - A trait providing access to
MulticastRouteTable
.
Type Aliases§
- Multicast
Route Table - A table of multicast routes specifying how to forward multicast packets.
- Multicast
Route Targets - The collection of targets out of which to forward a multicast packet.