Searched refs:IF_METRIC (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/client/scripts/
H A Dsolaris61 if [ x$IF_METRIC != x ]; then
62 metric_arg="metric $IF_METRIC"
H A Dbsdos85 if [ x$IF_METRIC != x ]; then
86 metric_arg="metric $IF_METRIC"
H A Dopenwrt82 if [ x$IF_METRIC != x ]; then
83 metric_arg="metric $IF_METRIC"
H A Dnetbsd130 if [ x$IF_METRIC != x ]; then
131 metric_arg="metric $IF_METRIC"
H A Dlinux288 # set if_metric if IF_METRIC is set or there's more than one router
289 if_metric="$IF_METRIC"
376 # set if_metric if IF_METRIC is set or there's more than one router
377 if_metric="$IF_METRIC"
H A Dfreebsd174 if [ x$IF_METRIC != x ]; then
175 metric_arg="metric $IF_METRIC"
/netbsd-current/external/bsd/openresolv/dist/
H A Dresolvconf.in731 m) IF_METRIC="$OPTARG";;
934 if [ -n "$IF_METRIC" ]; then
936 while [ ${#IF_METRIC} -le 6 ]; do
937 IF_METRIC="0$IF_METRIC"
939 newmetric="$METRICDIR/$IF_METRIC $iface"
/netbsd-current/external/bsd/dhcpcd/dist/hooks/
H A D20-resolv.conf174 [ -n "$ifmetric" ] && export IF_METRIC="$ifmetric"

Completed in 116 milliseconds