Define a new ICMPv6 message type for Trickle Multicast

Pending IANA allocation, we currently use private experimentation
This commit is contained in:
George Oikonomou 2011-11-11 11:32:18 +00:00 committed by George Oikonomou
parent 067bbc9ee0
commit be098f39e8
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@
#define ICMP6_REDIRECT 137 /**< Redirect */
#define ICMP6_RPL 155 /**< RPL */
#define ICMP6_PRIV_EXP_100 100 /**< Private Experimentation */
#define ICMP6_PRIV_EXP_101 101 /**< Private Experimentation */
#define ICMP6_PRIV_EXP_200 200 /**< Private Experimentation */
#define ICMP6_PRIV_EXP_201 201 /**< Private Experimentation */
#define ICMP6_ROLL_TM ICMP6_PRIV_EXP_200 /**< ROLL Trickle Multicast */
/** @} */