Lines Matching refs:netmask
40 f_include $BSDCFG_SHARE/networking/netmask.subr
161 # f_dialog_menu_netdev_edit $interface $ipaddr $netmask $options $dhcp
169 local interface="$1" ipaddr="$2" netmask="$3" options="$4" dhcp="$5"
222 '4 $msg_netmask' '$netmask'
263 # to the ipaddr, netmask, and options variables for us to re-
312 f_ifconfig_netmask "$interface" netmask
324 4\ *) f_dialog_input_netmask "$interface" "$netmask"
335 "$netmask" != "$netmask_orig" -o \
347 value="inet $ipaddr netmask $netmask"
380 'ifconfig "%s" inet "%s" netmask "%s" %s' \
381 "$interface" "$ipaddr" "$netmask" "$options"