Searched refs:auto_time (Results 1 – 1 of 1) sorted by relevance
144 uint32_t auto_time; // how long should dhcpd wait before writing a config file. member543 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},1122 tv.tv_sec = gconfig.auto_time - waited; in dhcpd_main()1130 retval = select(maxfd + 1, &rfds, NULL, NULL, (gconfig.auto_time?&tv:NULL)); in dhcpd_main()