Add missing ICMP message type definitions.

This commit is contained in:
Nick Hibma 2012-02-21 15:26:58 +01:00 committed by Guus Sliepen
parent ac48c4ee8c
commit 65e8e06c6d

View file

@ -41,6 +41,14 @@
#define ICMP_NET_UNKNOWN 6
#endif
#ifndef ICMP_TIME_EXCEEDED
#define ICMP_TIME_EXCEEDED 11
#endif
#ifndef ICMP_EXC_TTL
#define ICMP_EXC_TTL 0
#endif
#ifndef ICMP_NET_UNREACH
#define ICMP_NET_UNREACH 0
#endif