Searched refs:ddns_check_count (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwatchdog.c164 static int ddns_check_count = 0; variable
2272 ddns_check_count = 0;
2290 //_dprintf("ddns_check... %d\n", ddns_check_count);
2301 if (ddns_check_count >= (period*2)) {
2303 ddns_check_count = 0;
2306 ddns_check_count++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwatchdog.c164 static int ddns_check_count = 0; variable
2272 ddns_check_count = 0;
2290 //_dprintf("ddns_check... %d\n", ddns_check_count);
2301 if (ddns_check_count >= (period*2)) {
2303 ddns_check_count = 0;
2306 ddns_check_count++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwatchdog.c164 static int ddns_check_count = 0; variable
2272 ddns_check_count = 0;
2290 //_dprintf("ddns_check... %d\n", ddns_check_count);
2301 if (ddns_check_count >= (period*2)) {
2303 ddns_check_count = 0;
2306 ddns_check_count++;

Completed in 146 milliseconds