package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Functions

NewConn returns a new Conn.
NewPacketConn returns a new PacketConn using c as its underlying transport.
ParseHeader parses b as an IPv6 base header.

# Constants

pass the destination address on the received packet.
pass the hop limit on the received packet.
pass the interface index on the received packet.
pass the path MTU on the received packet path.
pass the source address on the received packet.
pass the traffic class on the received packet.
header length.
Certification Path Advertisement Message.
Certification Path Solicitation Message.
Destination Unreachable.
Duplicate Address Confirmation.
Duplicate Address Request.
Echo Reply.
Echo Request.
FMIPv6 Messages.
Home Agent Address Discovery Reply Message.
Home Agent Address Discovery Request Message.
ILNPv6 Locator Update Message.
Inverse Neighbor Discovery Advertisement Message.
Inverse Neighbor Discovery Solicitation Message.
Mobile Prefix Advertisement.
Mobile Prefix Solicitation.
Multicast Listener Done.
Multicast Listener Query.
Multicast Listener Report.
Multicast Router Advertisement.
Multicast Router Solicitation.
Multicast Router Termination.
Neighbor Advertisement.
Neighbor Solicitation.
ICMP Node Information Query.
ICMP Node Information Response.
Packet Too Big.
Parameter Problem.
Redirect Message.
Router Advertisement.
Router Renumbering.
Router Solicitation.
RPL Control Message.
Time Exceeded.
Version 2 Multicast Listener Report.
protocol version.

# Structs

A Conn represents a network endpoint that uses IPv6 transport.
A ControlMessage represents per packet basis IP-level socket options.
A Header represents an IPv6 base header.
An ICMPFilter represents an ICMP message filter for incoming packets.
A PacketConn represents a packet network endpoint that uses IPv6 transport.

# Type aliases

A ControlFlags represents per packet basis IP-level socket option control flags.
An ICMPType represents a type of ICMP message.