Searched refs:oiflist (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipmroute.c92 char oiflist[256]; local
97 oiflist[0] = 0;
99 &pkts, &b, &w, oiflist) < 6)
123 if (oiflist[0]) {
125 char *p = oiflist;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_flood.c152 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
593 for (node = listhead (area->oiflist); node; nextnode (node))
692 for (if_node = listhead (area->oiflist); if_node; nextnode (if_node))
936 list oiflist = area ? area->oiflist : ospf_top->oiflist;
938 for (node = listhead (oiflist); node; nextnode (node))
967 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
933 list oiflist = area ? area->oiflist : ospf_top->oiflist; local
H A Dospfd.c110 router_id = ospf_router_id_get (ospf_top->oiflist);
119 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
186 new->oiflist = list_new ();
290 for (node = listhead (ospf->oiflist); node;)
451 new->oiflist = list_new ();
489 list_delete (area->oiflist);
513 listcount (area->oiflist) == 0 &&
565 listnode_add (area->oiflist, oi);
571 listnode_delete (area->oiflist, oi);
827 for (node = listhead (ospf_top->oiflist); nod
[all...]
H A Dospf_interface.c173 listnode_add (ospf_top->oiflist, oi);
293 listnode_delete (ospf_top->oiflist, oi);
294 listnode_delete (oi->area->oiflist, oi);
313 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
340 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
361 for (node = listhead (ospf_top->oiflist); node; nextnode (node)) {
393 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
H A Dospfd.h174 list oiflist; /* ospf interfaces */ member in struct:ospf
294 list oiflist; member in struct:ospf_area
H A Dospf_neighbor.c305 for (node = listhead (top->oiflist); node; nextnode (node))
H A Dospf_opaque.c1759 for (node = listhead (area->oiflist); node; nextnode (node))
2035 for (node2 = listhead (area->oiflist); node2; nextnode (node2))
2043 for (node2 = listhead (top->oiflist); node2; nextnode (node2))
2210 for (node = listhead (top->oiflist); node; nextnode (node))
2250 for (node = listhead (area->oiflist); node; nextnode (node))
2282 for (node = listhead (top->oiflist); node; nextnode (node))
H A Dospf_lsa.c606 for (node = listhead (area->oiflist); node; node = nextnode (node))
1362 for (n1 = listhead (ospf_top->oiflist); n1; nextnode (n1))
1403 for (n1 = listhead (ospf_top->oiflist); n1; nextnode (n1))
2379 for (node = listhead (ospf_top->oiflist); node; node = nextnode (node))
2927 for (n2 = listhead (area->oiflist); n2; nextnode (n2))
3008 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
H A Dospf_snmp.c507 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2035 LIST_LOOP (ospf_top->oiflist, oi, nn)
2063 LIST_LOOP (ospf_top->oiflist, oi, nn)
H A Dospf_ase.c155 for (ifn = listhead (ospf_top->oiflist); ifn; nextnode (ifn))
H A Dospf_vty.c2346 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2416 "Active: %d%s", listcount (area->oiflist),
2727 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2755 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2935 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2964 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
2995 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
7145 for (node = listhead (ospf_top->oiflist); node; nextnode (node))
H A Dospf_abr.c371 if (listcount (area->oiflist))

Completed in 119 milliseconds