Home
last modified time | relevance | path

Searched defs:dhcp_lease (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Ddhcp.h157 struct dhcp_lease { struct
158 struct in_addr addr;
159 struct in_addr net;
160 struct in_addr brd;
161 uint32_t leasetime;
162 uint32_t renewaltime;
163 uint32_t rebindtime;
164 struct in_addr server;
165 time_t leasedfrom;
166 struct timeval boundtime;
[all …]
/external/dnsmasq/src/
Ddnsmasq.h404 struct dhcp_lease { struct
423 struct dhcp_lease *next; argument