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