Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ForwardedICMPv4ProtocolNumber is the protocol number used to indicate // that the packet is an ICMPv4 packet that needs to be forwarded. ForwardedICMPv4ProtocolNumber = 253 )
View Source
const ( // ForwardedICMPv6ProtocolNumber is the protocol number used to indicate // that the packet is an ICMPv6 packet that needs to be forwarded. ForwardedICMPv6ProtocolNumber = 254 )
Variables ¶
This section is empty.
Functions ¶
func NewProtocolForwardedICMPv4 ¶
func NewProtocolForwardedICMPv4(s *stack.Stack) stack.TransportProtocol
func NewProtocolForwardedICMPv6 ¶
func NewProtocolForwardedICMPv6(s *stack.Stack) stack.TransportProtocol
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.