Home
last modified time | relevance | path

Searched full:macaddress (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/webui-vue/src/views/Settings/Network/
H A DModalMacAddress.vue12 :label="$t('pageNetwork.macAddress')"
13 label-for="macAddress"
17 v-model.trim="form.macAddress"
18 data-test-id="network-input-macAddress"
20 :state="getValidationState(v$.form.macAddress)"
21 @change="v$.form.macAddress.$touch()"
24 <div v-if="v$.form.macAddress.required.$invalid">
27 <div v-if="v$.form.macAddress.macAddress.$invalid">
55 import { macAddress } from 'vuelidate/lib/validators';
61 macAddress: {
[all …]
H A DNetworkInterfaceSettings.vue38 {{ $t('pageNetwork.macAddress') }}
50 {{ dataFormatter(macAddress) }}
87 macAddress: '',
112 this.macAddress = this.ethernetData[this.selectedInterface].MACAddress;
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/
H A Dlayout.yaml11 VINI,B1: MACAddress
12 OPFR,B1: MACAddress
16 VINI,B1: MACAddress
17 OPFR,B1: MACAddress
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/
H A DHypervisorInterface-default-p10bmc.override.yml8 - Interface: xyz.openbmc_project.Network.MACAddress
10 MACAddress:
41 - Interface: xyz.openbmc_project.Network.MACAddress
43 MACAddress:
H A DHypervisorInterface-default-tacoma.override.yml8 - Interface: xyz.openbmc_project.Network.MACAddress
10 MACAddress:
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md165 ### Configure MACAddress
171 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
172 MACAddress
175 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
185 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
186 MACAddress s "XX:XX:XX:XX:XX:XX"
190 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/
H A Dsystem1-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
25 MACAddress:
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp18 #include <xyz/openbmc_project/Network/MACAddress/server.hpp>
34 sdbusplus::xyz::openbmc_project::Network::server::MACAddress,
51 sdbusplus::xyz::openbmc_project::Network::server::MACAddress;
133 * @param[in] macAddress - Low level MAC address.
135 ObjectPath neighbor(std::string ipAddress, std::string macAddress) override;
174 * @returns macAddress of the interface or throws an error.
176 std::string macAddress(std::string value) override;
234 using MacAddressIntf::macAddress;
H A Dethernet_interface.cpp151 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo()
222 it->second->NeighborObj::macAddress(stdplus::toStr(*info.mac)); in addStaticNeigh()
337 std::string macAddress) in neighbor() argument
355 lladdr.emplace(stdplus::fromStr<stdplus::EtherAddr>(macAddress)); in neighbor()
360 macAddress, "ERROR", e); in neighbor()
361 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor()
362 Argument::ARGUMENT_VALUE(macAddress.c_str())); in neighbor()
376 if (it->second->macAddress() == str) in neighbor()
380 it->second->NeighborObj::macAddress(str); in neighbor()
659 auto macStr = MacAddressIntf::macAddress(); in createVLAN()
[all …]
H A Dneighbor.cpp41 NeighborObj::macAddress(stdplus::toStr(lladdr), true); in Neighbor()
74 std::string Neighbor::macAddress(std::string /*macAddress*/) in macAddress() function in phosphor::network::Neighbor
H A Dneighbor.hpp51 using NeighborObj::macAddress;
52 std::string macAddress(std::string) override;
H A Dinventory_mac.cpp59 auto returnMAC = interface.second->macAddress(mac); in setFirstBootMACOnInterface()
147 method.append(invNetworkIntf, "MACAddress"); in getfromInventory()
153 "Failed to get MACAddress for path {DBUS_PATH} interface {DBUS_INTF}", in getfromInventory()
232 if (property.first == "MACAddress") in registerSignals()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Network/MACAddress'
8 '../../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml',
28 'xyz/openbmc_project/Network/MACAddress',
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md209 xyz.openbmc_project.Network.MACAddress MACAddress
214 https://${bmc}/xyz/openbmc_project/network/<interface>/attr/MACAddress
222 xyz.openbmc_project.Network.MACAddress MACAddress s "<MAC Address>"
228 https://${bmc}/xyz/openbmc_project/network/<interface>/attr/MACAddress
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py178 # An input like "MACAddress" will become "mACAddress". Try to handle
205 # ex. "MACAddress" -> "macAddress".
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/
H A Dfirst-boot-set-mac.sh61 "${NETWORK_ITEM_IFACE}" MACAddress)
70 xyz.openbmc_project.Network.MACAddress \
71 MACAddress s "${MAC_ADDR}"
/openbmc/phosphor-misc/firstboot/
H A Dfirst-boot-set-mac.sh54 "${NETWORK_ITEM_PATH}" "${NETWORK_ITEM_IFACE}" MACAddress)
63 xyz.openbmc_project.Network.MACAddress \
64 MACAddress s "${MAC_ADDR}"
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/
H A Dgenesis3-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/
H A Dsbp1-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c144 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network()
244 ((!memcmp(src->MacAddress, dst->MacAddress, in is_same_network()
486 if (!memcmp(&(pmlmepriv->cur_network.network.MacAddress), in r8712_survey_event_callback()
487 pnetwork->MacAddress, ETH_ALEN)) { in r8712_survey_event_callback()
494 pnetwork->MacAddress); in r8712_survey_event_callback()
541 adapter->registrypriv.dev_network.MacAddress; in r8712_surveydone_event_callback()
580 tgt_network->network.MacAddress); in r8712_free_assoc_resources()
586 tgt_network->network.MacAddress); in r8712_free_assoc_resources()
703 the_same_macaddr = !memcmp(pnetwork->network.MacAddress, in r8712_joinbss_event_callback()
704 cur_network->network.MacAddress, ETH_ALEN); in r8712_joinbss_event_callback()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build7 subdir('MACAddress') subdir
112 '../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml',
114 output: ['MACAddress.md'],
126 'xyz/openbmc_project/Network/MACAddress',
/openbmc/phosphor-settingsd/
H A Dsettings_example.yaml25 - Interface: xyz.openbmc_project.Network.MACAddress
27 MACAddress:
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp77 MACAddress, enumerator
185 {DurableNameFormat::MACAddress, "MACAddress"},
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py37 MAC_INTF_NAME = "xyz.openbmc_project.Network.MACAddress"
47 # Get inventory MACAddress value.
145 intf.Set(MAC_INTF_NAME, "MACAddress", inv_mac)
/openbmc/entity-manager/schemas/
H A Dopenbmc-dbus.json138 "MACAddress": { object
142 "required": ["MACAddress"],

123456