Searched refs:neighbor_list (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.h38 list neighbor_list; member in struct:ospf6_interface
H A Dospf6_interface.c48 for (node = listhead (o6i->neighbor_list); node; nextnode (node))
108 o6i->neighbor_list = list_new ();
140 for (n = listhead (o6i->neighbor_list); n; nextnode (n))
145 list_delete (o6i->neighbor_list);
315 for (n = listhead (o6i->neighbor_list); n; nextnode (n))
331 for (n = listhead (o6i->neighbor_list); n; nextnode (n))
500 listcount (o6i->neighbor_list), VTY_NEWLINE);
775 for (node = listhead (o6i->neighbor_list); node; nextnode (node))
H A Dospf6_ism.c271 for (i = listhead (ospf6_interface->neighbor_list); i; nextnode (i))
365 for (i = listhead (ospf6_interface->neighbor_list); i; nextnode (i))
495 for (i = listhead (ospf6_interface->neighbor_list); i; nextnode (i))
H A Dospf6_neighbor.c281 listnode_add (o6i->neighbor_list, new);
314 for (n = listhead (o6i->neighbor_list); n; nextnode (n))
487 for (nodek = listhead (o6i->neighbor_list); nodek; nextnode (nodek))
541 for (k = listhead (o6i->neighbor_list); k; nextnode (k))
H A Dospf6_area.c287 if (listcount (o6i->neighbor_list) != 0)
H A Dospf6_nsm.c386 listnode_delete (o6n->ospf6_interface->neighbor_list, o6n);
H A Dospf6_dbex.c522 for (m = listhead (ospf6_interface->neighbor_list);
549 for (n = listhead (o6i->neighbor_list); n; nextnode (n))
H A Dospf6_lsa.c1211 if (listcount (o6i->neighbor_list) == 0)
1214 if (listcount (o6i->neighbor_list) != 1)
1219 getdata (listhead (o6i->neighbor_list));
1482 for (node = listhead (o6i->neighbor_list); node; nextnode (node))
H A Dospf6d.c381 for (node = listhead (o6i->neighbor_list); node; nextnode (node))
H A Dospf6_message.c1478 for (n = listhead (o6i->neighbor_list); n; nextnode (n))

Completed in 114 milliseconds