Lines Matching refs:metric
516 ospf_redistribute(struct kroute *kr, u_int32_t *metric) in ospf_redistribute() argument
540 *metric = depend_ok ? r->metric : in ospf_redistribute()
541 r->metric | MAX_METRIC; in ospf_redistribute()
556 *metric = depend_ok ? r->metric : in ospf_redistribute()
557 r->metric | MAX_METRIC; in ospf_redistribute()
567 *metric = depend_ok ? r->metric : in ospf_redistribute()
568 r->metric | MAX_METRIC; in ospf_redistribute()
579 *metric = depend_ok ? r->metric : in ospf_redistribute()
580 r->metric | MAX_METRIC; in ospf_redistribute()
590 *metric = depend_ok ? r->metric : in ospf_redistribute()
591 r->metric | MAX_METRIC; in ospf_redistribute()
597 *metric = depend_ok ? r->metric : in ospf_redistribute()
598 r->metric | MAX_METRIC; in ospf_redistribute()
804 if (i->metric != xi->metric) in merge_interfaces()
806 i->metric = xi->metric; in merge_interfaces()