Lines Matching defs:dhcp6_state
170 struct dhcp6_state { struct
171 enum DH6S state;
172 time_t start_uptime;
175 struct timespec RT;
176 unsigned int IMD;
177 unsigned int RTC;
178 time_t IRT;
179 unsigned int MRC;
180 time_t MRT;
181 void (*MRCcallback)(void *);
182 time_t sol_max_rt;
183 time_t inf_max_rt;
208 ((struct dhcp6_state *)(ifp)->if_data[IF_DATA_DHCP6]) argument