Module xenet_packet::icmpv6::ndp
source · Expand description
Abstractions for the Neighbor Discovery Protocol RFC 4861
Modules
- Neighbor Discovery Option Types RFC 4861 § 4.6
- Enumeration of recognized Neighbor Advert flags.
- The enumeration of recognized Router Advert flags.
Structs
- A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
- Neighbor Discovery Option RFC 4861 § 4.6
- Used to iterate over a slice of
NdpOptionPacket
s - A structure enabling manipulation of on the wire packets
- Represents a Neighbor Discovery Option Type.
- Neighbor Advertisement Message Format RFC 4861 § 4.4
- Used to iterate over a slice of
NeighborAdvertPacket
s - A structure enabling manipulation of on the wire packets
- Neighbor Solicitation Message Format RFC 4861 § 4.3
- Used to iterate over a slice of
NeighborSolicitPacket
s - A structure enabling manipulation of on the wire packets
- Redirect Message Format RFC 4861 § 4.5
- Used to iterate over a slice of
RedirectPacket
s - A structure enabling manipulation of on the wire packets
- Router Advertisement Message Format RFC 4861 § 4.2
- Used to iterate over a slice of
RouterAdvertPacket
s - A structure enabling manipulation of on the wire packets
- Router Solicitation Message RFC 4861 § 4.1
- Used to iterate over a slice of
RouterSolicitPacket
s - A structure enabling manipulation of on the wire packets