Searched refs:OSPF_RFC1583_COMPATIBLE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h148 #define OSPF_RFC1583_COMPATIBLE (1 << 0) macro
H A Dospf_route.c701 if (CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE))
735 if (!CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE))
746 if (!CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE))
H A Dospf_ase.c72 if (!CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE))
H A Dospf_vty.c2016 if (!CHECK_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE))
2018 SET_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE);
2033 if (CHECK_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE))
2035 UNSET_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE);
2489 CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE) ?
7111 if (CHECK_FLAG (ospf_top->config, OSPF_RFC1583_COMPATIBLE))

Completed in 107 milliseconds