Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcp.h211 struct dhcp_state { struct
212 enum DHS state;
213 struct bootp *sent;
214 size_t sent_len;
215 struct bootp *offer;
216 size_t offer_len;
217 struct bootp *new;
218 size_t new_len;
219 struct bootp *old;
220 size_t old_len;
[all …]
/dflybsd-src/sbin/dhclient/
H A Ddhcpd.h118 enum dhcp_state { enum