aboutsummaryrefslogtreecommitdiffstats
path: root/sys/vnet_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-02-06 19:27:17 +0100
committerAndrey Konovalov <andreyknvl@google.com>2017-02-06 20:24:49 +0100
commitb4bdefbe9be8d3d502db5e775aa85cd5c38463db (patch)
tree4cc87b8d0761a80a1796edccde72eda2584f6dab /sys/vnet_amd64.const
parent0fc888220a6b32ba7903f1907e8c2cc64d1df3a1 (diff)
prog, sys: add icmp descriptions and checksum
Diffstat (limited to 'sys/vnet_amd64.const')
-rw-r--r--sys/vnet_amd64.const35
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/vnet_amd64.const b/sys/vnet_amd64.const
index b59f7a4f3..e9c262f0d 100644
--- a/sys/vnet_amd64.const
+++ b/sys/vnet_amd64.const
@@ -63,6 +63,41 @@ ETH_P_TIPC = 35018
ETH_P_TSN = 8944
ETH_P_WCCP = 34878
ETH_P_X25 = 2053
+ICMP_ADDRESS = 17
+ICMP_ADDRESSREPLY = 18
+ICMP_DEST_UNREACH = 3
+ICMP_ECHO = 8
+ICMP_ECHOREPLY = 0
+ICMP_EXC_FRAGTIME = 1
+ICMP_EXC_TTL = 0
+ICMP_FRAG_NEEDED = 4
+ICMP_HOST_ANO = 10
+ICMP_HOST_ISOLATED = 8
+ICMP_HOST_UNKNOWN = 7
+ICMP_HOST_UNREACH = 1
+ICMP_HOST_UNR_TOS = 12
+ICMP_INFO_REPLY = 16
+ICMP_INFO_REQUEST = 15
+ICMP_NET_ANO = 9
+ICMP_NET_UNKNOWN = 6
+ICMP_NET_UNREACH = 0
+ICMP_NET_UNR_TOS = 11
+ICMP_PARAMETERPROB = 12
+ICMP_PKT_FILTERED = 13
+ICMP_PORT_UNREACH = 3
+ICMP_PREC_CUTOFF = 15
+ICMP_PREC_VIOLATION = 14
+ICMP_PROT_UNREACH = 2
+ICMP_REDIRECT = 5
+ICMP_REDIR_HOST = 1
+ICMP_REDIR_HOSTTOS = 3
+ICMP_REDIR_NET = 0
+ICMP_REDIR_NETTOS = 2
+ICMP_SOURCE_QUENCH = 4
+ICMP_SR_FAILED = 5
+ICMP_TIMESTAMP = 13
+ICMP_TIMESTAMPREPLY = 14
+ICMP_TIME_EXCEEDED = 11
IPOPT_CIPSO = 134
IPOPT_END = 0
IPOPT_LSRR = 131