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
IP6Packetformat, and contains anIP6Headerand anIPPayload. - The
IPPayloadstruct contains aTransportHeaderand a mutable buffer (the payload).
Enums§
- This defines the currently supported
TransportHeadertypes.