Searched refs:rt_metric (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h60 int rt_metric; /* cost of route including the if */ member in struct:rt_entry
H A Dtables.c102 new->rt_ifp->int_name : "(noname)", new->rt_metric);
118 rt->rt_metric);
275 rt->rt_metric = metric;
342 oldmetric = rt->rt_metric;
347 if (metric != rt->rt_metric)
371 rt->rt_metric = metric;
427 if (rt->rt_metric != HOPCNT_INFINITY) {
440 rt->rt_metric = HOPCNT_INFINITY;
519 rt->rt_metric, rt->rt_ifp);
557 rt->rt_metric, r
[all...]
H A Dinput.c247 min(rt->rt_metric, HOPCNT_INFINITY));
448 rt->rt_metric == HOPCNT_INFINITY)
466 if (n->rip6_metric != rt->rt_metric ||
473 } else if (n->rip6_metric < rt->rt_metric ||
475 rt->rt_metric == n->rip6_metric)) {
H A Dtimer.c174 rt->rt_metric = HOPCNT_INFINITY;
H A Doutput.c181 rtmetric = rt->rt_metric;
H A Dtrace.c179 rt->rt_metric);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c396 (rt->rt_metric + 1));
469 v12buf.n->n_metric = rt->rt_metric + 1;
1031 v12buf.n->n_metric = rt->rt_metric + 1;
H A Doutput.c581 metric = RT->rt_metric;
856 rt->rt_metric+ws.metric >= def_metric) {
861 def_metric = rt->rt_metric+ws.metric;
H A Dtrace.c987 if (rt->rt_metric == new->rts_metric &&
1010 ((new->rts_metric == rt->rt_metric) ? -1 : 0),
1058 RT->rt_poison_metric < RT->rt_metric)
H A Ddefs.h241 #define rt_metric rt_spares[0].rts_metric macro
H A Dif.c1723 rt->rt_metric > ifp->int_metric) {
1784 rt->rt_metric > ifp->int_metric)) {
H A Dtable.c2054 metric = RT->rt_metric;
2367 if (rt->rt_metric != new->rts_metric) {

Completed in 96 milliseconds