Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Include the ICMP_PHOTURIS error codes if we're g...
details: https://anonhg.NetBSD.org/src/rev/fddf491cb36d
branches: trunk
changeset: 772204:fddf491cb36d
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Dec 23 22:03:00 2011 +0000
description:
Include the ICMP_PHOTURIS error codes if we're going to define ICMP_PHOTURIS
diffstat:
sys/netinet/ip_icmp.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 28722f1e0921 -r fddf491cb36d sys/netinet/ip_icmp.h
--- a/sys/netinet/ip_icmp.h Fri Dec 23 20:53:31 2011 +0000
+++ b/sys/netinet/ip_icmp.h Fri Dec 23 22:03:00 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_icmp.h,v 1.28 2011/12/23 19:08:50 christos Exp $ */
+/* $NetBSD: ip_icmp.h,v 1.29 2011/12/23 22:03:00 jmc Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -173,6 +173,9 @@
#define ICMP_MOBILE_REGREQUEST 35 /* mobile registration req */
#define ICMP_MOBILE_REGREPLY 36 /* mobile registration reply */
#define ICMP_PHOTURIS 40 /* security */
+#define ICMP_PHOTURIS_UNKNOWN_INDEX 1 /* Bad index */
+#define ICMP_PHOTURIS_AUTH_FAILED 2 /* Auth failed */
+#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /* Decrypt failed */
#define ICMP_MAXTYPE 18 /* XXX: for icmp stats */
Home |
Main Index |
Thread Index |
Old Index