summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-18 08:51:44 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-18 08:51:44 +0000
commitf86a8cc599046977a20c3979a55722253ca3c1e9 (patch)
treef3d4a997c0c633fff88f5e4e53a443f0e828968d
parent89d7f2e8b5fc9efd61596b79752afeeae00539cf (diff)
Notes
-rw-r--r--sys/netinet/ip_icmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h
index 4dd6c9750d7c..c8fd55fdf126 100644
--- a/sys/netinet/ip_icmp.h
+++ b/sys/netinet/ip_icmp.h
@@ -165,7 +165,9 @@ struct icmp {
#define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */
#define ICMP_TIMXCEED_REASS 1 /* ttl==0 in reass */
#define ICMP_PARAMPROB 12 /* ip header bad */
+#define ICMP_PARAMPROB_ERRATPTR 0 /* error at param ptr */
#define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */
+#define ICMP_PARAMPROB_LENGTH 2 /* bad length */
#define ICMP_TSTAMP 13 /* timestamp request */
#define ICMP_TSTAMPREPLY 14 /* timestamp reply */
#define ICMP_IREQ 15 /* information request */