Searched refs:thread_send_hello (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.h79 struct thread *thread_send_hello; member in struct:ospf6_interface
H A Dospf6d.c375 if (o6i->thread_send_hello)
377 thread_cancel (o6i->thread_send_hello);
378 o6i->thread_send_hello = (struct thread *) NULL;
392 if (o6i->thread_send_hello == NULL)
590 if (o6i->thread_send_hello)
592 thread_cancel (o6i->thread_send_hello);
593 o6i->thread_send_hello = (struct thread *) NULL;
615 if (o6i->thread_send_hello == NULL)
H A Dospf6_interface.c147 if (o6i->thread_send_hello)
149 thread_cancel (o6i->thread_send_hello);
150 o6i->thread_send_hello = NULL;
769 if (o6i->thread_send_hello)
771 thread_cancel (o6i->thread_send_hello);
772 o6i->thread_send_hello = (struct thread *) NULL;
806 if (o6i->thread_send_hello == NULL)
H A Dospf6_message.c1452 o6i->thread_send_hello = (struct thread *) NULL;
1507 o6i->thread_send_hello = thread_add_timer (master, ospf6_send_hello,

Completed in 116 milliseconds