Home
last modified time | relevance | path

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

/external/iproute2/examples/
Ddhcp-client-script374 if [ "$old_ip_address" -a "$old_ip_address" != "$new_ip_address" ]; then
379 if [ "$old_ip_address" = "" -o "$old_ip_address" != "$new_ip_address" -o \
381 AddINETAddr "$interface" "$new_ip_address" "$new_subnet_mask" "$new_broadcast_address" dhcp
384 UnsolicitedARP "$interface" "$new_ip_address"
386 if [ "$new_ip_address" != "$alias_ip_address" -a "$alias_ip_address" ]; then
414 if [ "$new_ip_address" = "<null address>" ]; then
423 if DAD "$interface" "$new_ip_address" ; then
424 AddINETAddr "$interface" "$new_ip_address" "$new_subnet_mask" "$new_broadcast_address" dhcp
425 UnsolicitedARP "$interface" "$new_ip_address"
426 if [ "$alias_ip_address" -a "$alias_ip_address" != "$new_ip_address" ]; then
[all …]
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D29-lookup-hostname5 [ -z "$new_ip_address" ] && return 1
9 h=$(dig +short -x $new_ip_address)
15 h=$(host $new_ip_address)
22 h=$(getent hosts $new_ip_address)
D50-dhcpcd-compat3 IPADDR=$new_ip_address