Searched refs:vlinks (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_interface.c788 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
816 listnode_add (ospf_top->vlinks, vl_data);
831 listnode_delete (ospf_top->vlinks, vl_data);
901 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
943 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
954 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
980 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
H A Dospfd.c187 new->vlinks = list_new ();
279 for (node = listhead (ospf->vlinks); node; )
287 list_delete (ospf->vlinks);
875 for (node = listhead (ospf_top->vlinks); node; node = next)
989 for (node = listhead (ospf->vlinks); node; nextnode (node))
H A Dospfd.h168 list vlinks; /* Configured Virtual-Links. */ member in struct:ospf
H A Dospf_packet.c1963 for (node = listhead (ospf_top->vlinks); node; nextnode (node))
H A Dospf_vty.c6913 for (node = listhead (ospf_top->vlinks); node; nextnode (node))

Completed in 320 milliseconds