Searched refs:int_metric (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Dtrace.h92 ntohl(ifp->int_metric)); \
104 size, ifp->int_metric); \
117 size, ifp->int_metric); \
H A Dinterface.h62 int int_metric; /* init's routing entry */ member in struct:interface
H A Dstartup.c224 ifp->int_metric = ifam->ifam_metric;
275 rtadd(dst, &ifp->int_addr, ifp->int_metric, 0,
/freebsd-10.3-release/sbin/routed/
H A Dif.c884 ifs.int_metric = 0;
886 ifs.int_metric = ifr.ifr_metric;
889 ifs.int_metric = ifam->ifam_metric;
891 if (ifs.int_metric > HOPCNT_INFINITY) {
892 ifs.int_metric = 0;
897 ifs.int_name, ifs.int_metric);
923 || ifp->int_metric != ifs.int_metric) {
1229 || rt->rt_metric > ifp->int_metric) {
1287 || rt->rt_metric > ifp->int_metric)) {
[all...]
H A Dinput.c348 +aifp->int_metric
423 j += (aifp->int_metric
681 n->n_metric += (aifp->int_metric
H A Drdisc.c100 #define PREF(p, ifp) ((int)(p) <= ((ifp)->int_metric+(ifp)->int_adj_outmetric)\
102 : (p) - ((ifp)->int_metric+(ifp)->int_adj_outmetric))
H A Dtrace.c642 if (ifp->int_metric != 0)
643 (void)fprintf(ftrace, "metric=%d ", ifp->int_metric);
H A Ddefs.h287 char int_metric; member in struct:interface
H A Doutput.c707 ws.metric = ifp->int_metric + 1 + ifp->int_adj_outmetric;
H A Dparms.c340 ifp->int_metric = metric;

Completed in 206 milliseconds