Searched refs:OSPF_OPTION_E (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dospf.h40 #define OSPF_OPTION_E 0x02 /* E bit: External routes advertised */ macro
H A Dprint-ospf.c48 { OSPF_OPTION_E, "External" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h104 #define OSPF_OPTION_E 0x02 macro
449 (((area)->external_routing == OSPF_AREA_DEFAULT) ? OSPF_OPTION_E : 0)
H A Dospfd.c732 UNSET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
754 SET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
757 UNSET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
761 UNSET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
920 SET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
929 UNSET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
942 UNSET_FLAG (oi->nbr_self->options, OSPF_OPTION_E);
H A Dospf_interface.c196 oi->nbr_self->options = OSPF_OPTION_E;
261 oi->nbr_self->options = OSPF_OPTION_E;
H A Dospf_packet.c680 && ! CHECK_FLAG (OPTIONS (oi), OSPF_OPTION_E)
681 && ! CHECK_FLAG (hello->options, OSPF_OPTION_E)))
696 if (CHECK_FLAG (OPTIONS (oi), OSPF_OPTION_E) !=
697 CHECK_FLAG (hello->options, OSPF_OPTION_E))
H A Dospf_dump.c285 (options & OSPF_OPTION_E) ? "E" : "-");
H A Dospf_lsa.c1532 lsa_header_set (s, OSPF_OPTION_E, OSPF_AS_EXTERNAL_LSA, id);

Completed in 59 milliseconds