Module ndp

Source
Expand description

Messages used for NDP (ICMPv6).

Modules§

options
Parsing and serialization of NDP options.

Structs§

NeighborAdvertisement
An NDP Neighbor Advertisement.
NeighborSolicitation
An NDP Neighbor Solicitation.
Redirect
An ICMPv6 Redirect Message.
RouterAdvertisement
An NDP Router Advertisement.
RouterSolicitation
An NDP Router Solicitation.

Enums§

NdpPacket
An ICMPv6 packet with an NDP message.
NdpPacketRaw
A raw ICMPv6 packet with an NDP message.
NonZeroNdpLifetime
A non-zero lifetime conveyed through NDP.
RoutePreference
The preference for a route as defined by RFC 4191 section 2.1.

Type Aliases§

OptionSequenceBuilder
A builder for a sequence of NDP options.
Options
A records parser for NDP options.