A neighbor route list entry, used on the uip_ds6_route->neighbor_routes->route_list list.
#include <uip-ds6-route.h>
Data Fields | |
struct uip_ds6_route_neighbor_route * | next |
struct uip_ds6_route * | route |
struct uip_ds6_route_neighbor_route* uip_ds6_route_neighbor_route::next |
struct uip_ds6_route* uip_ds6_route_neighbor_route::route |
Referenced by rm_routelist(), uip_ds6_route_add(), and uip_ds6_route_rm().