Searched defs:dhcp_lease (Results 1 – 2 of 2) sorted by relevance
157 struct dhcp_lease { struct158 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 …]
404 struct dhcp_lease { struct423 struct dhcp_lease *next; argument