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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c1724 char *landevs, *wandevs; local
1764 * and wan device name list. Both lan device list "landevs" and wan device list
1767 if ((landevs = nvram_get("landevs")) && (wandevs = nvram_get("wandevs"))) {
1768 /* build bridged i/f list based on nvram variable "landevs" */
1770 if (!build_ifnames(landevs, lan_ifnames, &len) && len)
1970 char *landevs, *wandevs;
2036 * and wan device name list. Both lan device list "landevs" and wan device list
2039 if ((landevs = nvram_get("landevs"))
[all...]

Completed in 32 milliseconds