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 …]
180 struct dhcp_lease { struct181 struct in_addr addr;182 struct in_addr mask;183 struct in_addr brd;184 uint32_t leasetime;185 uint32_t renewaltime;186 uint32_t rebindtime;187 struct in_addr server;188 uint8_t frominfo;189 uint32_t cookie;