Searched defs:dhcp_state (Results 1 – 2 of 2) sorted by relevance
211 struct dhcp_state { struct212 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 …]
1204 enum dhcp_state { enum