Searched defs:dhcp_lease_s (Results 1 – 1 of 1) sorted by relevance
252 struct dhcp_lease_s { struct253 dhcp_lease_t *dl_next; /* Note: must be first */254 dhcp_lease_t *dl_prev;256 dhcp_smach_t *dl_smach; /* back pointer to state machine */257 dhcp_lif_t *dl_lifs; /* LIFs configured by this lease */258 uint_t dl_nlifs; /* Number of configured LIFs */259 uint_t dl_hold_count; /* reference counter */260 boolean_t dl_removed; /* Set if removed from list */261 boolean_t dl_stale; /* not updated by Renew/bind */269 dhcp_timer_t dl_t1; /* relative renewal start time, hbo */[all …]