Home
last modified time | relevance | path

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

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