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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c1516 char os_interface[NVRAM_MAX_PARAM_LEN]; local
1517 int os_interface_size = sizeof(os_interface);
1589 memset(os_interface, 0, os_interface_size);
1590 build_ifnames(nv_interface, os_interface, &os_interface_size);
1591 if (strlen(os_interface) > 1) {
1592 os_interface[strlen(os_interface) - 1] = '\0';
1594 remove_from_list(os_interface, interface_list, interface_list_size);
1614 nvram_set(wan0_ifname, os_interface);
1615 add_to_list(os_interface, interface_lis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c8402 char os_interface[NVRAM_MAX_PARAM_LEN]; local
8532 nvifname_to_osifname( nv_interface, os_interface, sizeof(os_interface) );
8533 remove_from_list( os_interface, interface_list, interface_list_size );
8557 nvram_set( wan0_ifname, os_interface );
8558 add_to_list( os_interface, interface_list, interface_list_size );
8685 strcpy( os_interface, temp );
8687 strcpy( os_interface, "eth1" );
8688 nvram_set( wan0_ifname, os_interface );
8689 add_to_list( os_interface, interface_lis
10423 char os_interface[NVRAM_MAX_PARAM_LEN]; local
[all...]

Completed in 74 milliseconds