Home
last modified time | relevance | path

Searched defs:dhcp_lease (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.h157 struct dhcp_lease { struct
158 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 …]
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.h180 struct dhcp_lease { struct
181 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;