Searched refs:macAddr (Results 1 – 2 of 2) sorted by relevance
139 macAddr=$(echo "${line}" | cut -f 2- -d '=' || :)140 if [ -n "${ifaceName}" ] && [ -n "${macAddr}" ]; then142 if [ "${macAddr}" != "${curMacAddr}" ] ; then143 log_msg "Changing MAC address for ${ifaceName}: ${curMacAddr} -> ${macAddr}"147 if ! set_hw_mac "${ifaceName}" "${macAddr}"; then151 if ! set_fw_env_mac "${ifaceName}" "${macAddr}"; then
477 constexpr std::array<uint8_t, macSize> macAddr{0}; in TEST() local478 lanSession.emplace(0x0a010105, macAddr, 55327); in TEST()