Contiki 2.6
|
Small UDP app used to retrieve neighbor cache and routing table entries and send them to an external endpoint. More...
#include "contiki.h"
#include "contiki-lib.h"
#include "contiki-net.h"
#include <string.h>
#include "net/uip-debug.h"
Go to the source code of this file.
Variables | |
uip_ds6_netif_t | uip_ds6_if |
uip_ds6_route_t | uip_ds6_routing_table [UIP_DS6_ROUTE_NB] |
Prefix list. | |
uip_ds6_nbr_t | uip_ds6_nbr_cache [UIP_DS6_NBR_NB] |
The single interface. | |
uip_ds6_defrt_t | uip_ds6_defrt_list [UIP_DS6_DEFRT_NB] |
Neighor cache. |
Small UDP app used to retrieve neighbor cache and routing table entries and send them to an external endpoint.
Definition in file viztool.c.