Searched defs:dhcp_lease_s (Results 1 – 1 of 1) sorted by relevance
238 struct dhcp_lease_s { struct239 dhcp_lease_t *dl_next; /* Note: must be first */240 dhcp_lease_t *dl_prev;242 dhcp_smach_t *dl_smach; /* back pointer to state machine */243 dhcp_lif_t *dl_lifs; /* LIFs configured by this lease */244 uint_t dl_nlifs; /* Number of configured LIFs */245 uint_t dl_hold_count; /* reference counter */246 boolean_t dl_removed; /* Set if removed from list */247 boolean_t dl_stale; /* not updated by Renew/bind */255 dhcp_timer_t dl_t1; /* relative renewal start time, hbo */[all …]