Home
last modified time | relevance | path

Searched refs:REDIST_NO (Results 1 – 17 of 17) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dripd.c473 switch (r->type & ~REDIST_NO) { in rip_redistribute()
476 return (r->type & REDIST_NO ? 0 : 1); in rip_redistribute()
489 return (r->type & REDIST_NO ? 0 : 1); in rip_redistribute()
497 return (r->type & REDIST_NO ? 0 : 1); in rip_redistribute()
506 return (r->type & REDIST_NO? 0 : 1); in rip_redistribute()
515 return (r->type & REDIST_NO? 0 : 1); in rip_redistribute()
519 return (r->type & REDIST_NO? 0 : 1); in rip_redistribute()
H A Dprintconf.c64 if (type & REDIST_NO) in print_no()
76 switch (r->type & ~REDIST_NO) { in print_redistribute()
H A Dripd.h210 #define REDIST_NO 0x20 macro
H A Dparse.y234 r->type |= REDIST_NO;
250 r->type |= REDIST_NO;
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.c544 switch (r->type & ~REDIST_NO) { in ospf_redistribute()
549 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
565 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
576 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
588 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
599 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
606 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
H A Dprintconf.c66 if (type & REDIST_NO) in print_no()
78 switch (r->type & ~REDIST_NO) { in print_redistribute()
H A Dospf6d.h355 #define REDIST_NO 0x10 macro
H A Dparse.y305 r->type |= REDIST_NO;
323 r->type |= REDIST_NO;
/openbsd/usr.sbin/eigrpd/
H A Drde.c591 switch (r->type & ~REDIST_NO) { in eigrp_redistribute()
596 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
602 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
608 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
614 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
620 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
629 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
633 return (r->type & REDIST_NO ? NULL : r); in eigrp_redistribute()
H A Dprintconf.c54 if (type & REDIST_NO) in print_no()
79 switch (r->type & ~REDIST_NO) { in print_redistribute()
H A Deigrpd.h244 #define REDIST_NO 0x40 macro
H A Dparse.y428 r->type |= REDIST_NO;
/openbsd/usr.sbin/ospfd/
H A Dospfd.c569 switch (r->type & ~REDIST_NO) { in ospf_redistribute()
574 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
590 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
601 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
613 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
623 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
630 return (r->type & REDIST_NO ? 0 : 1); in ospf_redistribute()
H A Dprintconf.c70 if (type & REDIST_NO) in print_no()
82 switch (r->type & ~REDIST_NO) { in print_redistribute()
H A Dparse.y315 r->type |= REDIST_NO;
348 r->type |= REDIST_NO;
366 r->type |= REDIST_NO;
H A Dospfd.h145 #define REDIST_NO 0x10 macro
H A Drde_lsdb.c846 } else if (r->type == (REDIST_DEFAULT | REDIST_NO)) in lsa_generate_stub_sums()