Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.h188 struct dhcp_lease { struct
189 struct in_addr addr;
190 struct in_addr net;
191 struct in_addr brd;
192 uint32_t leasetime;
193 uint32_t renewaltime;
194 uint32_t rebindtime;
195 struct in_addr server;
196 uint8_t frominfo;
197 uint32_t cookie;
/external/dnsmasq/src/
Ddnsmasq.h406 struct dhcp_lease { struct
425 struct dhcp_lease *next; argument