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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c231 char mac_str[13]; local
232 if (getsyshwaddr(mac_str, sizeof(mac_str)) == 0)
233 strcpy(serialnumber, mac_str);
505 char mac_str[13]; local
529 if (getsyshwaddr(mac_str, sizeof(mac_str)) < 0)
532 strcpy(mac_str, "554e4b4e4f57");
535 strncat(uuidvalue, mac_str, 12);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dutility.js583 var mac_str = new String("");
584 mac_str.value = mac1.value + mac2.value + mac3.value
586 if(checkMulticastMAC(mac_str) || MacStrallf(mac_str))
H A Dfuncs.js1910 mac_str=eval('the_mac'+k);
1911 if( mac_str != "" && mac_str.toLowerCase() == mac_addr.toLowerCase())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.c243 char mac_str[13]; local
262 if( getsyshwaddr(mac_str, sizeof(mac_str)) < 0 )
265 strcpy(mac_str, "554e4b4e4f57");
268 strncat(uuidvalue, mac_str, 12);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dspeedtch.c662 unsigned char mac_str[13]; local
668 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) {
670 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
671 hex_to_bin(mac_str[i * 2 + 1]);
H A Dueagle-atm.c2438 unsigned char mac_str[2 * ETH_ALEN + 1]; local
2441 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str,
2442 sizeof(mac_str)) != 2 * ETH_ALEN)
2446 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
2447 hex_to_bin(mac_str[2 * i + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/platforms/iss/
H A Dnetwork.c285 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; local
293 if ((rem=split_if_spec(init+1, &mac_str, &dev_name)) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js1804 mac_str=eval('the_mac'+k);
1805 if( mac_str != "" && mac_str.toLowerCase() == mac_addr.toLowerCase())
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js1804 mac_str=eval('the_mac'+k);
1805 if( mac_str != "" && mac_str.toLowerCase() == mac_addr.toLowerCase())

Completed in 124 milliseconds