Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dinput.c344 +aifp->int_adj_outmetric in input()
419 + aifp->int_adj_outmetric); in input()
H A Drdisc.c90 #define PREF(p, ifp) ((int)(p) <= ((ifp)->int_metric+(ifp)->int_adj_outmetric)\
92 : (p) - ((ifp)->int_metric+(ifp)->int_adj_outmetric))
H A Dtrace.c635 if (ifp->int_adj_outmetric != 0) in trace_if()
637 ifp->int_adj_outmetric); in trace_if()
H A Ddefs.h263 u_char int_adj_outmetric; /* instead of interface metric */ member
H A Doutput.c697 ws.metric = ifp->int_metric + 1 + ifp->int_adj_outmetric; in supply()
H A Dparms.c79 ifp->int_adj_outmetric = parmp->parm_adj_outmetric; in get_parms()