Module libpacket::icmpv6::ndp[][src]

Expand description

Abstractions for the Neighbor Discovery Protocol RFC 4861

Modules

Icmpv6Codes
NdpOptionTypes

Neighbor Discovery Option Types RFC 4861 § 4.6

NeighborAdvertFlags

Enumeration of recognized Neighbor Advert flags.

RouterAdvertFlags

The enumeration of recognized Router Advert flags.

Structs

MutableNdpOptionPacket

A structure enabling manipulation of on the wire packets

MutableNeighborAdvertPacket

A structure enabling manipulation of on the wire packets

MutableNeighborSolicitPacket

A structure enabling manipulation of on the wire packets

MutableRedirectPacket

A structure enabling manipulation of on the wire packets

MutableRouterAdvertPacket

A structure enabling manipulation of on the wire packets

MutableRouterSolicitPacket

A structure enabling manipulation of on the wire packets

NdpOption

Neighbor Discovery Option RFC 4861 § 4.6

NdpOptionIterable

Used to iterate over a slice of {name}Packets

NdpOptionPacket

A structure enabling manipulation of on the wire packets

NdpOptionType

Represents a Neighbor Discovery Option Type.

NeighborAdvert

Neighbor Advertisement Message Format RFC 4861 § 4.4

NeighborAdvertIterable

Used to iterate over a slice of {name}Packets

NeighborAdvertPacket

A structure enabling manipulation of on the wire packets

NeighborSolicit

Neighbor Solicitation Message Format RFC 4861 § 4.3

NeighborSolicitIterable

Used to iterate over a slice of {name}Packets

NeighborSolicitPacket

A structure enabling manipulation of on the wire packets

Redirect

Redirect Message Format RFC 4861 § 4.5

RedirectIterable

Used to iterate over a slice of {name}Packets

RedirectPacket

A structure enabling manipulation of on the wire packets

RouterAdvert

Router Advertisement Message Format RFC 4861 § 4.2

RouterAdvertIterable

Used to iterate over a slice of {name}Packets

RouterAdvertPacket

A structure enabling manipulation of on the wire packets

RouterSolicit

Router Solicitation Message RFC 4861 § 4.1

RouterSolicitIterable

Used to iterate over a slice of {name}Packets

RouterSolicitPacket

A structure enabling manipulation of on the wire packets