Expand description
Abstractions for the Neighbor Discovery Protocol RFC 4861
Modules§
- Icmpv6
Codes - NdpOption
Types - Neighbor Discovery Option Types RFC 4861 § 4.6
- Neighbor
Advert Flags - Enumeration of recognized Neighbor Advert flags.
- Router
Advert Flags - The enumeration of recognized Router Advert flags.
Structs§
- Mutable
NdpOption Packet - A structure enabling manipulation of on the wire packets
- Mutable
Neighbor Advert Packet - A structure enabling manipulation of on the wire packets
- Mutable
Neighbor Solicit Packet - A structure enabling manipulation of on the wire packets
- Mutable
Redirect Packet - A structure enabling manipulation of on the wire packets
- Mutable
Router Advert Packet - A structure enabling manipulation of on the wire packets
- Mutable
Router Solicit Packet - A structure enabling manipulation of on the wire packets
- NdpOption
- Neighbor Discovery Option RFC 4861 § 4.6
- NdpOption
Iterable - Used to iterate over a slice of
NdpOptionPacket
s - NdpOption
Packet - A structure enabling manipulation of on the wire packets
- NdpOption
Type - Represents a Neighbor Discovery Option Type.
- Neighbor
Advert - Neighbor Advertisement Message Format RFC 4861 § 4.4
- Neighbor
Advert Iterable - Used to iterate over a slice of
NeighborAdvertPacket
s - Neighbor
Advert Packet - A structure enabling manipulation of on the wire packets
- Neighbor
Solicit - Neighbor Solicitation Message Format RFC 4861 § 4.3
- Neighbor
Solicit Iterable - Used to iterate over a slice of
NeighborSolicitPacket
s - Neighbor
Solicit Packet - A structure enabling manipulation of on the wire packets
- Redirect
- Redirect Message Format RFC 4861 § 4.5
- Redirect
Iterable - Used to iterate over a slice of
RedirectPacket
s - Redirect
Packet - A structure enabling manipulation of on the wire packets
- Router
Advert - Router Advertisement Message Format RFC 4861 § 4.2
- Router
Advert Iterable - Used to iterate over a slice of
RouterAdvertPacket
s - Router
Advert Packet - A structure enabling manipulation of on the wire packets
- Router
Solicit - Router Solicitation Message RFC 4861 § 4.1
- Router
Solicit Iterable - Used to iterate over a slice of
RouterSolicitPacket
s - Router
Solicit Packet - A structure enabling manipulation of on the wire packets
Constants§
- NDP_
ADV_ PACKET_ LEN - NDP ADV Packet Length.
- NDP_
OPT_ PACKET_ LEN - NDP OPT Packet Length.
- NDP_
SOL_ PACKET_ LEN - NDP SOL Packet Length.