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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpd.c141 timeout_end = time(0) + server_config.auto_time;
153 if (server_config.auto_time) {
157 if (!server_config.auto_time || tv.tv_sec > 0) {
160 server_config.auto_time ? &tv : NULL);
165 timeout_end = time(0) + server_config.auto_time;
180 timeout_end = time(0) + server_config.auto_time;
H A Ddhcpd.h116 unsigned long auto_time; /* how long should udhcpd wait before writing a config file. member in struct:server_config_t
H A Dfiles.c182 {"auto_time", read_u32, &(server_config.auto_time), "7200"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c94 timeout_end = monotonic_sec() + server_config.auto_time;
103 if (server_config.auto_time) {
108 if (!server_config.auto_time || tv.tv_sec > 0) {
110 server_config.auto_time ? &tv : NULL);
114 timeout_end = monotonic_sec() + server_config.auto_time;
127 timeout_end = monotonic_sec() + server_config.auto_time;
H A Ddhcpd.h41 uint32_t auto_time; /* how long should udhcpd wait before writing a config file. member in struct:server_config_t
H A Dfiles.c297 {"auto_time", read_u32, &(server_config.auto_time), "7200"},

Completed in 51 milliseconds