Module packet_formats::icmp::mld

source ·
Expand description

Multicast Listener Discovery Protocol.

Wire serialization and deserialization functions.

Structs§

Enums§

Traits§

  • The trait for all ICMPv6 messages holding MLDv1 messages.
  • The trait converts a code to a floating point value: in a linear fashion up to [SWITCHPOINT] and then using a floating point representation to allow the conversion of larger values. In MLD and IGMP there are different codes that follow this pattern, e.g. QQIC, ResponseDelay (RFC 3376 section 4.1, RFC 3810 section 5.1), which all convert a code with the following underlying structure:
  • The trait for MLD codes that can be further interpreted using different methods e.g. QQIC.
  • The trait for all MLDv1 Messages.