Searched refs:lsdb (Results 26 - 27 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_intra.c197 area->lsdb);
244 area->lsdb);
450 for (ospf6_lsdb_type (&n, htons (OSPF6_LSA_TYPE_LINK), o6i->lsdb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_vty.c2458 vty_out (vty, " Number of LSA %ld%s", area->lsdb->total, VTY_NEWLINE);
2519 ospf_lsdb_count_all (ospf_top->lsdb), VTY_NEWLINE);
3631 if (ospf_lsdb_count_self (area->lsdb, type) > 0 ||
3632 (!self && ospf_lsdb_count (area->lsdb, type) > 0))
3659 if (ospf_lsdb_count_self (ospf_top->lsdb, type) ||
3660 (!self && ospf_lsdb_count (ospf_top->lsdb, type)))

Completed in 49 milliseconds

12