Documentation ¶
Index ¶
Constants ¶
View Source
const ICMP_HEADER_SIZE = 8
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type uint8
const ( ICMP_TYPE_ECHOREPLY Type = 0 ICMP_TYPE_DEST_UNREACH Type = 3 ICMP_TYPE_SOURCE_QUENCH Type = 4 ICMP_TYPE_REDIRECT Type = 5 ICMP_TYPE_ECHO Type = 8 ICMP_TYPE_TIME_EXCEEDED Type = 11 ICMP_TYPE_PARAM_PROBLEM Type = 12 ICMP_TYPE_TIMESTAMP Type = 13 ICMP_TYPE_TIMESTAMPREPLY Type = 14 ICMP_TYPE_INFO_REQUEST Type = 15 ICMP_TYPE_INFO_REPLY Type = 16 )
Click to show internal directories.
Click to hide internal directories.