Searched defs:dhcp_lease (Results 1 – 2 of 2) sorted by relevance
158 struct dhcp_lease { struct159 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 …]
406 struct dhcp_lease { struct425 struct dhcp_lease *next; argument