Lines Matching refs:lease
63 # Structure of dhclient.leases(5) lease { ... } entry
778 # Parse $leasefile and store the information for the most recent lease in a
819 dhcp-lease-time \
837 /^lease {$/, /^}$/ \
839 if ( $0 ~ /^lease {$/ ) next
885 # Parse the dhclient(8) lease database for $interface to obtain all the
890 # If reading the lease database fails, values are obtained from ifconfig(8) and
891 # route(8). If the DHCP lease did not provide a nameserver (or likewise, we
892 # were unable to parse the lease database), fall-back to resolv.conf(5) for
901 if f_dhcp_parse_leases "$leasefile" lease; then
902 lease get fixed_address $VAR_IPADDR
903 lease get subnet_mask $VAR_NETMASK
904 lease get routers cp
906 lease get domain_name_servers cp
908 lease get host_name cp &&
910 f_struct_free lease