version 1.1, 2001/06/25 19:26:31
|
version 1.2, 2003/08/07 09:21:12
|
Line 1
|
Line 1
|
/* $NetBSD$ */ |
/* $NetBSD$ */ |
|
|
/* @(#) Header: /tcpdump/master/tcpdump/icmp6.h,v 1.11 2001/06/01 23:01:04 itojun Exp (LBL) */ |
/* @(#) Header: /tcpdump/master/tcpdump/icmp6.h,v 1.12 2002/03/28 10:02:34 guy Exp (LBL) */ |
/* $NetBSD$ */ |
/* $NetBSD$ */ |
/* $KAME: icmp6.h,v 1.22 2000/08/03 15:25:16 jinmei Exp $ */ |
/* $KAME: icmp6.h,v 1.22 2000/08/03 15:25:16 jinmei Exp $ */ |
|
|
Line 45
|
Line 45
|
* 2. Redistributions in binary form must reproduce the above copyright |
* 2. Redistributions in binary form must reproduce the above copyright |
* notice, this list of conditions and the following disclaimer in the |
* notice, this list of conditions and the following disclaimer in the |
* documentation and/or other materials provided with the distribution. |
* documentation and/or other materials provided with the distribution. |
* 3. All advertising materials mentioning features or use of this software |
* 3. Neither the name of the University nor the names of its contributors |
* must display the following acknowledgement: |
|
* This product includes software developed by the University of |
|
* California, Berkeley and its contributors. |
|
* 4. Neither the name of the University nor the names of its contributors |
|
* may be used to endorse or promote products derived from this software |
* may be used to endorse or promote products derived from this software |
* without specific prior written permission. |
* without specific prior written permission. |
* |
* |
Line 124 struct icmp6_hdr {
|
Line 120 struct icmp6_hdr {
|
#define MLD6_MTRACE_RESP 141 /* mtrace response(to sender) */ |
#define MLD6_MTRACE_RESP 141 /* mtrace response(to sender) */ |
#define MLD6_MTRACE 142 /* mtrace messages */ |
#define MLD6_MTRACE 142 /* mtrace messages */ |
|
|
#define ICMP6_MAXTYPE 142 |
/* Folloing numbers are defined in the mobile-ip draft. */ |
|
#define ICMP6_HADISCOV_REQUEST 150 /* XXX To be authorized */ |
|
#define ICMP6_HADISCOV_REPLY 151 /* XXX To be authorized */ |
|
#define ICMP6_MOBILEPREFIX_SOLICIT 152 /* XXX To be authorized */ |
|
#define ICMP6_MOBILEPREFIX_ADVERT 153 /* XXX To be authorized */ |
|
|
|
#define ICMP6_MAXTYPE 153 |
|
|
#define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ |
#define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ |
#define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ |
#define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ |