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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwan.c2130 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
2170 if (yadns_mode != YADNS_DISABLED)
2183 if (yadns_mode != YADNS_DISABLED && new)
2193 if (yadns_mode != YADNS_DISABLED) {
2195 int count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));
2234 if (yadns_mode != YADNS_DISABLED) {
2243 if (yadns_mode != YADNS_DISABLED) {
2245 int count = get_yandex_dns(AF_INET6, yadns_mode, server, sizeof(server)/sizeof(server[0]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwan.c2130 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
2170 if (yadns_mode != YADNS_DISABLED)
2183 if (yadns_mode != YADNS_DISABLED && new)
2193 if (yadns_mode != YADNS_DISABLED) {
2195 int count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));
2234 if (yadns_mode != YADNS_DISABLED) {
2243 if (yadns_mode != YADNS_DISABLED) {
2245 int count = get_yandex_dns(AF_INET6, yadns_mode, server, sizeof(server)/sizeof(server[0]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwan.c2130 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
2170 if (yadns_mode != YADNS_DISABLED)
2183 if (yadns_mode != YADNS_DISABLED && new)
2193 if (yadns_mode != YADNS_DISABLED) {
2195 int count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));
2234 if (yadns_mode != YADNS_DISABLED) {
2243 if (yadns_mode != YADNS_DISABLED) {
2245 int count = get_yandex_dns(AF_INET6, yadns_mode, server, sizeof(server)/sizeof(server[0]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dweb.c5487 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
5491 if (yadns_mode != YADNS_DISABLED) {
5492 count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dweb.c5487 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
5491 if (yadns_mode != YADNS_DISABLED) {
5492 count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dweb.c5487 int yadns_mode = nvram_get_int("yadns_enable_x") ? nvram_get_int("yadns_mode") : YADNS_DISABLED; local
5491 if (yadns_mode != YADNS_DISABLED) {
5492 count = get_yandex_dns(AF_INET, yadns_mode, server, sizeof(server)/sizeof(server[0]));

Completed in 295 milliseconds