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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dnetwork.c495 char iptv_intf[32]; local
497 strcpy(iptv_intf, nvram_get(NVRAM_IPTV_INTF));
498 sscanf(iptv_intf, "0x%02X", &iptv_intf_val);
945 char iptv_intf[32]; local
948 strcpy(iptv_intf, nvram_get(NVRAM_IPTV_INTF));
949 sscanf(iptv_intf, "0x%02X", &iptv_intf_val);
1032 char iptv_intf[32]; local
1035 strcpy(iptv_intf, nvram_get(NVRAM_IPTV_INTF));
1036 sscanf(iptv_intf, "0x%02X", &iptv_intf_val);
1987 char iptv_intf[3 local
[all...]
H A Drc.c742 char iptv_intf[32]; local
744 strcpy(iptv_intf, nvram_safe_get(NVRAM_IPTV_INTF));
745 sscanf(iptv_intf, "0x%02X", &iptv_bridge_intf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmrobo.c213 char iptv_intf[8]; local
218 strcpy(iptv_intf, getvar(robo->vars, "iptv_interfaces"));
219 sscanf(iptv_intf, "0x%02X", &iptv_intf_val);

Completed in 111 milliseconds