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

/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dservices_ex.c360 nvram_set("ddns_cache", buf);
378 char *wan_ip, *ddns_cache; local
404 // * nvram ddns_cache, the same with /tmp/ddns.cache
408 (ddns_cache=nvram_get("ddns_cache"))!=NULL)
412 fprintf(fp, "%s", ddns_cache);
466 nvram_unset("ddns_cache");
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c445 nvram_set("ddns_cache", buf);
463 char *wan_ip, *ddns_cache; local
491 // * nvram ddns_cache, the same with /tmp/ddns.cache
494 (ddns_cache=nvram_get("ddns_cache"))!=NULL)
498 fprintf(fp, "%s", ddns_cache);
587 nvram_unset("ddns_cache");
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c443 nvram_set("ddns_cache", buf);
461 char *wan_ip, *ddns_cache; local
489 // * nvram ddns_cache, the same with /tmp/ddns.cache
492 (ddns_cache=nvram_get("ddns_cache"))!=NULL)
496 fprintf(fp, "%s", ddns_cache);
585 nvram_unset("ddns_cache");

Completed in 50 milliseconds