Lines Matching defs:metric
14 * mod dyn reinstate metric netmask gw mss window irtt dev
132 int flags, ref, use, metric, mss, win, irtt, items;
143 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11)
162 else xprintf("%-6d %-2d %7d %s\n", metric, ref, use, iface);
188 * used to get the params like: metric, netmask, gw, mss, window, irtt, dev and their values.
201 //set the metric field in the routing table.
202 if (!strcmp(*argv, "metric"))
318 * used to get the params like: metric, gw, dev and their values.
329 if (!strcmp(*argv, "metric"))
369 rt.rtmsg_metric = 1; //default metric.
410 int prefixlen, metric, use, refcount, flag, items = 0;
419 &prefixlen, ipv6_src_addr+8, &metric, &use, &refcount, &flag,
436 toybuf, buf2, flag_val, metric, refcount, use, iface);