Contiki-NG
Loading...
Searching...
No Matches
uip-ds6-route.h File Reference

Header file for routing table manipulation. More...

#include "net/ipv6/uip.h"
#include "net/nbr-table.h"
#include "sys/stimer.h"
#include "lib/list.h"

Go to the source code of this file.

Data Structures

struct  uip_ds6_route_neighbor_routes
 The neighbor routes hold a list of routing table entries that are attached to a specific neihbor. More...
 
struct  uip_ds6_route
 An entry in the routing table. More...
 
struct  uip_ds6_route_neighbor_route
 A neighbor route list entry, used on the uip_ds6_route->neighbor_routes->route_list list. More...
 
struct  uip_ds6_defrt
 An entry in the default router list. More...
 

Macros

#define UIP_DS6_ROUTE_STATE_TYPE   rpl_route_entry_t
 define some additional RPL related route state and neighbor callback for RPL - if not a DS6_ROUTE_STATE is already set
 

Typedefs

typedef struct uip_ds6_route uip_ds6_route_t
 An entry in the routing table.
 
typedef struct uip_ds6_defrt uip_ds6_defrt_t
 An entry in the default router list.
 

Detailed Description

Header file for routing table manipulation.

Definition in file uip-ds6-route.h.