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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c817 char vlan_iptv_ports[16] = ""; local
836 strcat(vlan_iptv_ports, "0 ");
841 strcat(vlan_iptv_ports, "1 ");
846 strcat(vlan_iptv_ports, "2 ");
851 strcat(vlan_iptv_ports, "3 ");
859 if (strlen(vlan_iptv_ports))
861 strcat(vlan_iptv_ports, "8");
862 nvram_set("vlan3ports", vlan_iptv_ports);
885 if (strlen(vlan_iptv_ports))

Completed in 46 milliseconds