HomeSort by: relevance | last modified time | path
    Searched refs:new_subnet_mask (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/scripts/
openwrt 73 if [ x$new_subnet_mask != x ]; then
74 new_subnet_arg="netmask $new_subnet_mask"
137 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
152 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
200 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
freebsd 162 if [ x$new_subnet_mask != x ]; then
163 new_netmask_arg="netmask $new_subnet_mask"
240 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
250 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
276 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
329 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
343 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
nextstep 27 ifconfig $interface $new_ip_address netmask $new_subnet_mask \
linux 276 ${ip} -4 addr add ${new_ip_address}${new_subnet_mask:+/$new_subnet_mask} \
295 if [ "$new_subnet_mask" = "255.255.255.255" ]; then
353 ${ip} -4 addr add ${new_ip_address}${new_subnet_mask:+/$new_subnet_mask} \
solaris 49 if [ x$new_subnet_mask != x ]; then
50 new_netmask_arg="netmask $new_subnet_mask"
bsdos 73 if [ x$new_subnet_mask != x ]; then
74 new_netmask_arg="netmask $new_subnet_mask"
netbsd 118 if [ x$new_subnet_mask != x ]; then
119 new_netmask_arg="netmask $new_subnet_mask"
openbsd 120 if [ x$new_subnet_mask != x ]; then
121 new_netmask_arg="netmask $new_subnet_mask"

Completed in 20 milliseconds