Searched refs:old_ip_address (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
316 if [ -n "$old_ip_address" ]; then
317 if [ "$old_ip_address" != "$alias_ip_address" ]; then
320 if [ "$old_ip_address" != "$new_ip_address" ]; then
327 [ -z "$old_ip_address" ] || \
328 [ "$old_ip_address" != "$new_ip_address" ]; then
342 if [ -n "$old_ip_address" ]; then
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient-script57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
331 if [ -n "$old_ip_address" ]; then
332 if [ "$old_ip_address" != "$alias_ip_address" ]; then
335 if [ "$old_ip_address" != "$new_ip_address" ]; then
342 [ -z "$old_ip_address" ] || \
343 [ "$old_ip_address" != "$new_ip_address" ]; then
357 if [ -n "$old_ip_address" ]; then

Completed in 164 milliseconds