Functions | |
PROCESS (mesh_node_process,"Mesh node") | |
PROCESS_THREAD (mesh_node_process, ev, data) | |
static void | route_callback (int event, uip_ipaddr_t *route, uip_ipaddr_t *ipaddr, int numroutes) |
Variables | |
AUTOSTART_PROCESSES & | mesh_node_process |
PROCESS | ( | mesh_node_process | , |
"Mesh node" | |||
) |
PROCESS_THREAD | ( | mesh_node_process | , |
ev | , | ||
data | |||
) |
References LEDS_ALL, leds_on(), PROCESS_BEGIN, PROCESS_END, PROCESS_WAIT_EVENT, route_callback(), and uip_ds6_notification_add().
|
static |
References LEDS_ALL, leds_off(), printf, and uip_debug_ipaddr_print().
Referenced by PROCESS_THREAD().
AUTOSTART_PROCESSES& mesh_node_process |