58 struct route_entry *next;
66 uint8_t time_last_decay;
69 void route_init(
void);
70 int route_add(
const linkaddr_t *dest,
const linkaddr_t *nexthop,
71 uint8_t cost, uint8_t seqno);
72 struct route_entry *route_lookup(
const linkaddr_t *dest);
73 void route_refresh(
struct route_entry *e);
74 void route_decay(
struct route_entry *e);
75 void route_remove(
struct route_entry *e);
76 void route_flush_all(
void);
77 void route_set_lifetime(
int seconds);
80 struct route_entry *route_get(
int num);
Header file for the Rime address representation