Modules§
- Utilities used by the components of the IP stack.
- This file contains the interface definition for sending an IPv6 packet.
Structs§
- This is the struct definition for an IPv6 header. It contains (in order) the same fields as a normal IPv6 header.
- This struct defines the
IP6Packet
format, and contains anIP6Header
and anIPPayload
. - The
IPPayload
struct contains aTransportHeader
and a mutable buffer (the payload).
Enums§
- This defines the currently supported
TransportHeader
types.