| Contiki-Inga 3.x
    | 
This header file contains configuration directives for uIPv6 multicast support. More...
#include "contiki-conf.h"#include "net/ipv6/multicast/uip-mcast6-engines.h"#include "net/ipv6/multicast/uip-mcast6-route.h"#include "net/ipv6/multicast/smrf.h"#include "net/ipv6/multicast/roll-tm.h"#include <string.h>Go to the source code of this file.
| Macros | |
| #define | uip_mcast6_get_address_scope(a) ((a)->u8[1] & 0x0F) | 
| Get a multicast address' scope.  More... | |
This header file contains configuration directives for uIPv6 multicast support.
We currently support 2 engines:
Definition in file uip-mcast6.h.
| #define uip_mcast6_get_address_scope | ( | a | ) | ((a)->u8[1] & 0x0F) | 
Get a multicast address' scope.
a is of type uip_ip6addr_t*
Definition at line 129 of file uip-mcast6.h.
 1.8.3.1
 1.8.3.1