Lines Matching defs:dhcp_state
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;244 ((struct dhcp_state *)(ifp)->if_data[IF_DATA_DHCP]) argument