Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.c68 #define DHCP_MIN_LEASE 20 macro
2108 if (lease->leasetime < DHCP_MIN_LEASE) { in dhcp_bind()
2111 ifp->name, DHCP_MIN_LEASE); in dhcp_bind()
2112 lease->leasetime = DHCP_MIN_LEASE; in dhcp_bind()