Lines Matching full:macaddress
155 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo()
226 it->second->NeighborObj::macAddress(stdplus::toStr(*info.mac)); in addStaticNeigh()
341 std::string macAddress) in neighbor() argument
359 lladdr.emplace(stdplus::fromStr<stdplus::EtherAddr>(macAddress)); in neighbor()
364 macAddress, "ERROR", e); in neighbor()
365 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor()
366 Argument::ARGUMENT_VALUE(macAddress.c_str())); in neighbor()
380 if (it->second->macAddress() == str) in neighbor()
384 it->second->NeighborObj::macAddress(str); in neighbor()
686 auto macStr = MacAddressIntf::macAddress(); in createVLAN()
784 auto mac = MacAddressIntf::macAddress(); in writeConfigurationFile()
787 link["MACAddress"].emplace_back(mac); in writeConfigurationFile()
872 neighbor["MACAddress"].emplace_back(sneighbor.second->macAddress()); in writeConfigurationFile()
912 std::string EthernetInterface::macAddress([[maybe_unused]] std::string value) in macAddress() function in phosphor::network::EthernetInterface
936 elog<InvalidArgument>(Argument::ARGUMENT_NAME("MACAddress"), in macAddress()
945 stdplus::fromStr<stdplus::EtherAddr>(MacAddressIntf::macAddress()); in macAddress()
953 intf->MacAddressIntf::macAddress(validMAC); in macAddress()
956 MacAddressIntf::macAddress(validMAC); in macAddress()