if_hello_timer
evtimer_set(&ia->hello_timer, if_hello_timer, ia);
static void if_hello_timer(int, short, void *);
evtimer_set(&iface->hello_timer, if_hello_timer, iface);
void if_hello_timer(int, short, void *);
evtimer_set(&iface->hello_timer, if_hello_timer, iface);
void if_hello_timer(int, short, void *);