Home
last modified time | relevance | path

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

/openbsd/usr.sbin/eigrpd/
H A Drde_dual.c38 static uint32_t safe_mul_uint32(uint32_t, uint32_t);
319 safe_mul_uint32(uint32_t a, uint32_t b) in safe_mul_uint32() function
375 operand1 = safe_mul_uint32(kvalues[0] * EIGRP_SCALING_FACTOR, in route_composite_metric()
377 operand2 = safe_mul_uint32(kvalues[1] * EIGRP_SCALING_FACTOR, in route_composite_metric()
379 operand3 = safe_mul_uint32(kvalues[2] * EIGRP_SCALING_FACTOR, delay); in route_composite_metric()