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

/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dnvram.c45 char *mac_str; local
56 mac_str = ath79_nvram_find_var(name, buf, nvram_len);
57 if (!mac_str) {
62 t = sscanf(mac_str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
H A Ddev-eth.h20 void ath79_parse_mac_addr(char *mac_str);
H A Ddev-eth.c1037 void __init ath79_parse_mac_addr(char *mac_str) argument
1042 t = sscanf(mac_str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
1046 t = sscanf(mac_str, "%02hhx.%02hhx.%02hhx.%02hhx.%02hhx.%02hhx",
1053 "\"%s\"\n", mac_str);

Completed in 25 milliseconds