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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_asbr.c253 SET_FLAG (ospf_top->flags, OSPF_FLAG_ASBR);
263 UNSET_FLAG (ospf_top->flags, OSPF_FLAG_ASBR);
H A Dospfd.h133 #define OSPF_FLAG_ASBR 0x0002 macro
437 #define OSPF_IS_ASBR (ospf_top->flags & OSPF_FLAG_ASBR)
H A Dospf_snmp.c556 if (ospf_top && CHECK_FLAG (ospf_top->flags, OSPF_FLAG_ASBR))
H A Dospf_lsa.c438 UNSET_FLAG (flags, OSPF_FLAG_ASBR);
H A Dospf_vty.c2513 if (CHECK_FLAG (ospf_top->flags, OSPF_FLAG_ASBR))

Completed in 82 milliseconds