Searched refs:MAC_ADDR_STR_LEN (Results 1 – 7 of 7) sorted by relevance
12 if (strnlen(s, MAC_ADDR_STR_LEN) < MAC_ADDR_STR_LEN) in mac_pton()
23 #define MAC_ADDR_STR_LEN (3 * ETH_ALEN - 1) macro
40 if (bytes != MAC_ADDR_STR_LEN) in u_boot_env_read_post_process_ethaddr()
103 if (bytes != MAC_ADDR_STR_LEN) in brcm_nvram_read_post_process_macaddr()
715 snprintf(buf, MAC_ADDR_STR_LEN, "%pM", np->dev_mac); in egress_dev()722 char buf[MAC_ADDR_STR_LEN + 1]; in netpoll_setup()
460 u8 mac[MAC_ADDR_STR_LEN + 2]; in link_sta_addr_read()465 MAC_ADDR_STR_LEN + 1); in link_sta_addr_read()1244 u8 mac[MAC_ADDR_STR_LEN + 1]; in ieee80211_sta_debugfs_add()
759 if (buf[MAC_ADDR_STR_LEN] && buf[MAC_ADDR_STR_LEN] != '\n') in remote_mac_store()