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