Home
last modified time | relevance | path

Searched refs:new_ip_address (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/dhclient/
H A Ddhclient-script43 inet $new_ip_address \
107 if [ "$new_ip_address" = "$router" ]; then
172 if [ "$old_ip_address" != "$new_ip_address" ]; then
180 [ "$old_ip_address" != "$new_ip_address" ]; then
207 ifconfig $interface inet $new_ip_address delete
/dragonfly/contrib/dhcpcd/hooks/
H A D29-lookup-hostname5 [ -z "$new_ip_address" ] && return 1
8 h=$(dig +short -x $new_ip_address)
14 h=$(host $new_ip_address)
21 h=$(getent hosts $new_ip_address)