Expand description
Messages used for NDP (ICMPv6).
Modules§
- options
- Parsing and serialization of NDP options.
Structs§
- Neighbor
Advertisement - An NDP Neighbor Advertisement.
- Neighbor
Solicitation - An NDP Neighbor Solicitation.
- Redirect
- An ICMPv6 Redirect Message.
- Router
Advertisement - An NDP Router Advertisement.
- Router
Solicitation - An NDP Router Solicitation.
Enums§
- NdpPacket
- An ICMPv6 packet with an NDP message.
- NdpPacket
Raw - A raw ICMPv6 packet with an NDP message.
- NonZero
NdpLifetime - A non-zero lifetime conveyed through NDP.
- Route
Preference - The preference for a route as defined by RFC 4191 section 2.1.
Type Aliases§
- Option
Sequence Builder - A builder for a sequence of NDP options.
- Options
- A records parser for NDP options.