Home
last modified time | relevance | path

Searched refs:MAX_METRIC (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.sbin/ospfd/
H A Dospfe.c884 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
887 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
910 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
969 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
972 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
992 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
1028 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
1031 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
1051 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
1053 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
H A Dospfd.c566 r->metric | MAX_METRIC; in ospf_redistribute()
582 r->metric | MAX_METRIC; in ospf_redistribute()
593 r->metric | MAX_METRIC; in ospf_redistribute()
605 r->metric | MAX_METRIC; in ospf_redistribute()
615 r->metric | MAX_METRIC; in ospf_redistribute()
622 r->metric | MAX_METRIC; in ospf_redistribute()
H A Dospf.h36 #define MAX_METRIC 65535 /* sum & as-ext lsa use 24bit metrics */ macro
H A Dparse.y408 if ($2 == 0 || $2 > MAX_METRIC) {
511 if ($2 < MIN_METRIC || $2 > MAX_METRIC) {
513 MIN_METRIC, MAX_METRIC);
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.c541 r->metric | MAX_METRIC; in ospf_redistribute()
557 r->metric | MAX_METRIC; in ospf_redistribute()
568 r->metric | MAX_METRIC; in ospf_redistribute()
580 r->metric | MAX_METRIC; in ospf_redistribute()
591 r->metric | MAX_METRIC; in ospf_redistribute()
598 r->metric | MAX_METRIC; in ospf_redistribute()
H A Dospf6.h38 #define MAX_METRIC 65535 /* sum & as-ext lsa use 24bit metrics */ macro
H A Dospfe.c813 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
842 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
905 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
908 rtr_link.metric = MAX_METRIC; in orig_rtr_lsa()
H A Dparse.y365 if ($2 == 0 || $2 > MAX_METRIC) {
403 if ($2 < MIN_METRIC || $2 > MAX_METRIC) {
405 MIN_METRIC, MAX_METRIC);
H A Drde.c1552 lsa_prefix->metric = MAX_METRIC; in orig_intra_lsa_rtr()
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrp.h42 #define MAX_METRIC 31 macro
H A Dparse.y217 if ($2 < MIN_METRIC || $2 > MAX_METRIC) {
219 MIN_METRIC, MAX_METRIC);