|
Contiki-NG
|
Header file with definition of multicast engine constants. More...
Go to the source code of this file.
Macros | |
| #define | UIP_MCAST6_ENGINE_NONE 0 |
| Selecting this disables mcast. | |
| #define | UIP_MCAST6_ENGINE_SMRF 1 |
| The SMRF engine. | |
| #define | UIP_MCAST6_ENGINE_ROLL_TM 2 |
| The ROLL TM engine. | |
| #define | UIP_MCAST6_ENGINE_ESMRF 3 |
| The ESMRF engine. | |
| #define | UIP_MCAST6_ENGINE_MPL 4 |
| The MPL (RFC7731) engine. | |
Header file with definition of multicast engine constants.
When writing a new engine, add it here with a unique number and then modify uip-mcast6.h accordingly
Definition in file uip-mcast6-engines.h.
1.8.13