Contiki-NG
Data Structures | Typedefs

Header file for multicast routing table manipulation. More...

#include "contiki.h"
#include "net/ipv6/uip.h"
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  uip_mcast6_route
 An entry in the multicast routing table. More...
 

Typedefs

typedef struct uip_mcast6_route uip_mcast6_route_t
 An entry in the multicast routing table.
 

Functions

Multicast Routing Table Manipulation
uip_mcast6_route_tuip_mcast6_route_lookup (uip_ipaddr_t *group)
 Lookup a multicast route. More...
 
uip_mcast6_route_tuip_mcast6_route_add (uip_ipaddr_t *group)
 Add a multicast route. More...
 
void uip_mcast6_route_rm (uip_mcast6_route_t *route)
 Remove a multicast route. More...
 
int uip_mcast6_route_count (void)
 Retrieve the count of multicast routes. More...
 
uip_mcast6_route_tuip_mcast6_route_list_head (void)
 Retrieve a pointer to the start of the multicast routes list. More...
 
void uip_mcast6_route_init (void)
 Multicast routing table init routine. More...
 

Detailed Description

Header file for multicast routing table manipulation.

Author
George Oikonomou - oikon.nosp@m.omou.nosp@m.@user.nosp@m.s.so.nosp@m.urcef.nosp@m.orge.nosp@m..net

Definition in file uip-mcast6-route.h.