Home
last modified time | relevance | path

Searched refs:auto_time (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Ddhcpd.c251 uint32_t auto_time; // how long should dhcpd wait before writing a config file. member
697 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},
1677 tv.tv_sec = gconfig.auto_time - waited; in dhcpd_main()
1685 retval = select(maxfd + 1, &rfds, NULL, NULL, (gconfig.auto_time?&tv:NULL)); in dhcpd_main()