Home
last modified time | relevance | path

Searched refs:OSPF_RTR_B (Results 1 – 8 of 8) sorted by path

/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c736 opts & OSPF_RTR_B ? "B" : "-"); in print_ospf_flags()
1181 opts & OSPF_RTR_E && opts & OSPF_RTR_B ? "+" : "", in print_ospf_rtr_flags()
1182 opts & OSPF_RTR_B ? "ABR" : ""); in print_ospf_rtr_flags()
/openbsd/usr.sbin/ospf6d/
H A Dospf6.h201 #define OSPF_RTR_B 0x01 macro
H A Dospfe.c943 flags |= OSPF_RTR_B; in orig_rtr_lsa()
H A Drde_spf.c222 if ((flags & (OSPF_RTR_B | OSPF_RTR_E)) == 0) in rt_calc()
/openbsd/usr.sbin/ospfctl/
H A Dospfctl.c498 opts & OSPF_RTR_B ? "B" : "-"); in print_ospf_flags()
526 opts & OSPF_RTR_E && opts & OSPF_RTR_B ? "+" : "", in print_ospf_rtr_flags()
527 opts & OSPF_RTR_B ? "ABR" : ""); in print_ospf_rtr_flags()
/openbsd/usr.sbin/ospfd/
H A Dospf.h212 #define OSPF_RTR_B 0x01 macro
H A Dospfe.c1077 lsa_rtr.flags |= OSPF_RTR_B; in orig_rtr_lsa()
H A Drde_spf.c209 if ((v->lsa->data.rtr.flags & (OSPF_RTR_B | OSPF_RTR_E)) == 0) in rt_calc()