Searched refs:IFCONFIG (Results 1 – 5 of 5) sorted by relevance
24 IFCONFIG='/sbin/ifconfig -n'57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"61 eval "$IFCONFIG $interface \75 $IFCONFIG $interface inet -alias $alias_ip_address > /dev/null 2>&182 $IFCONFIG $interface inet alias $alias_ip_address netmask \301 eval "$IFCONFIG $interface $medium"302 eval "$IFCONFIG $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1308 $IFCONFIG $interface inet alias 0.0.0.0 netmask 0.0.0.0 broadcast 255.255.255.255 up378 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"
24 IFCONFIG='/sbin/ifconfig -n'57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"61 eval "$IFCONFIG $interface \75 $IFCONFIG $interface inet -alias $alias_ip_address > /dev/null 2>&182 $IFCONFIG $interface inet alias $alias_ip_address netmask \316 eval "$IFCONFIG $interface $medium"317 eval "$IFCONFIG $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1323 $IFCONFIG $interface inet alias 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up401 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"
53 open IFCONFIG, '/sbin/ifconfig -a inet6 |'55 while (<IFCONFIG>) {70 close IFCONFIG;
53 open IFCONFIG, '/sbin/ifconfig -a |' or die "Couldn't run ifconfig: $!\n";54 while (<IFCONFIG>) {69 close IFCONFIG;
60 IFCONFIG=${IFCONFIG:-'/sbin/ifconfig -a'}101 $IFCONFIG | grep -w "$1" > /dev/null 2>&1