Lines Matching defs:dhcp_lease
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;168 uint8_t frominfo;169 uint32_t cookie;