Searched refs:cost2 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.sbin/ospfd/
H A Drde_spf.c284 u_int32_t cost2; local
315 cost2 = ntohl(v->lsa->data.asext.metric) &
321 cost2 = 0;
347 &v->nexthop, v->type, v->cost, cost2, a, adv_rtr, type,
839 rtctl.cost2 = r->cost2;
862 u_int8_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area,
878 rte->cost2 = cost2;
917 if (cost2 < rt
861 rt_update(struct in_addr prefix, u_int8_t prefixlen, struct v_nexthead *vnh, u_int8_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area, struct in_addr adv_rtr, enum path_type p_type, enum dst_type d_type, u_int8_t flags, u_int32_t tag) argument
[all...]
H A Drde.h95 u_int32_t cost2; member in struct:rt_node
H A Dospfd.h519 u_int32_t cost2; member in struct:ctl_rt
/openbsd-current/usr.sbin/ospf6d/
H A Drde_spf.c366 u_int32_t metric, cost2, ext_tag = 0; local
413 cost2 = metric & LSA_METRIC_MASK;
417 cost2 = 0;
440 v->cost, cost2, area, adv_rtr, type, DT_NET, 0, ext_tag);
960 rtctl.cost2 = r->cost2;
984 u_int16_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area,
1003 rte->cost2 = cost2;
1041 if (cost2 < rt
983 rt_update(struct in6_addr *prefix, u_int8_t prefixlen, struct v_nexthead *vnh, u_int16_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area, struct in_addr adv_rtr, enum path_type p_type, enum dst_type d_type, u_int8_t flags, u_int32_t tag) argument
[all...]
H A Drde.h106 u_int32_t cost2; member in struct:rt_node
H A Dospf6d.h479 u_int32_t cost2; member in struct:ctl_rt
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2332 int cost2 = COSTS_N_INSNS (1);
2338 *total = CONST_7BIT_IMM_P (INTVAL (x)) ? 0 : cost2;
2340 *total = log2constp (~INTVAL (x)) ? 0 : cost2;
2342 *total = (INTVAL (x) >= -4 && INTVAL (x) <= 3) ? 0 : cost2;
2344 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 7) ? 0 : cost2;
2346 *total = (INTVAL (x) == 2 || INTVAL (x) == 4) ? 0 : cost2;
2351 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 31) ? 0 : cost2;
2353 *total = (INTVAL (x) & (INTVAL (x) - 1)) == 0 ? 0 : cost2;
2355 *total = cost2;
2374 *total = cost2;
2321 int cost2 = COSTS_N_INSNS (1); local
[all...]
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c330 path_type_name(rt->p_type), rt->cost, rt->cost2);
/openbsd-current/usr.sbin/ospf6ctl/
H A Dospf6ctl.c1248 rt->cost, rt->cost2);

Completed in 217 milliseconds