Searched refs:REDIST_NO (Results 1 – 17 of 17) sorted by relevance
473 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()
64 if (type & REDIST_NO) in print_no()76 switch (r->type & ~REDIST_NO) { in print_redistribute()
210 #define REDIST_NO 0x20 macro
234 r->type |= REDIST_NO;250 r->type |= REDIST_NO;
544 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()
66 if (type & REDIST_NO) in print_no()78 switch (r->type & ~REDIST_NO) { in print_redistribute()
355 #define REDIST_NO 0x10 macro
305 r->type |= REDIST_NO;323 r->type |= REDIST_NO;
591 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()
54 if (type & REDIST_NO) in print_no()79 switch (r->type & ~REDIST_NO) { in print_redistribute()
244 #define REDIST_NO 0x40 macro
428 r->type |= REDIST_NO;
569 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()
70 if (type & REDIST_NO) in print_no()82 switch (r->type & ~REDIST_NO) { in print_redistribute()
315 r->type |= REDIST_NO;348 r->type |= REDIST_NO;366 r->type |= REDIST_NO;
145 #define REDIST_NO 0x10 macro
846 } else if (r->type == (REDIST_DEFAULT | REDIST_NO)) in lsa_generate_stub_sums()