diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-07-29 20:07:10 +0900 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-07-29 20:07:10 +0900 |
| commit | 94829b2cbe8b84f403306ee909418d9112cff832 (patch) | |
| tree | 8d2b541d7d98a66a9cc5374f5553b9933cf00b7d /include/linux | |
| parent | c18f65d787671616f56f720b1e0c359d88593155 (diff) | |
[IPV6] add missing known icmpv6 types.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/icmpv6.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index ed8f6848f48c..0cf6c8b12caf 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h @@ -85,8 +85,17 @@ struct icmp6hdr { #define ICMPV6_MGM_QUERY 130 #define ICMPV6_MGM_REPORT 131 #define ICMPV6_MGM_REDUCTION 132 + +#define ICMPV6_NI_QUERY 139 +#define ICMPV6_NI_REPLY 140 + #define ICMPV6_MLD2_REPORT 143 +#define ICMPV6_DHAAD_REQUEST 144 +#define ICMPV6_DHAAD_REPLY 145 +#define ICMPV6_MOBILE_PREFIX_SOL 146 +#define ICMPV6_MOBILE_PREFIX_ADV 147 + /* * Codes for Destination Unreachable */ |
