An entry in the routing table.
#include <uip-ds6-route.h>
Data Fields | |
uip_ipaddr_t | ipaddr |
uint8_t | length |
struct uip_ds6_route_neighbor_routes * | neighbor_routes |
struct uip_ds6_route * | next |
UIP_DS6_ROUTE_STATE_TYPE | state |
uip_ipaddr_t uip_ds6_route::ipaddr |
Referenced by make_route(), rpl_purge_routes(), uip_ds6_route_add(), uip_ds6_route_lookup(), and uip_ds6_route_rm().
uint8_t uip_ds6_route::length |
Referenced by dao_input(), uip_ds6_route_add(), and uip_ds6_route_lookup().
struct uip_ds6_route_neighbor_routes* uip_ds6_route::neighbor_routes |
Referenced by uip_ds6_route_add(), uip_ds6_route_nexthop_lladdr(), and uip_ds6_route_rm().
struct uip_ds6_route* uip_ds6_route::next |
UIP_DS6_ROUTE_STATE_TYPE uip_ds6_route::state |