Home
last modified time | relevance | path

Searched refs:mac_address (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc-test-automation/network/
H A Dtest_host_network.robot32 ${mac_address}= utilities.random_mac
35 ${mac_address_hex}= Mac Address To Hex String ${mac_address}
53 Should Be Equal ${new_mac_address} ${mac_address}
61 ${mac_address}= utilities.random_mac
62 ${mac_address_hex}= Mac Address To Hex String ${mac_address}
72 Should Be Equal ${new_mac_address} ${mac_address}
/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c24 int process_mac(const char *mac_address) in process_mac() argument
29 while (*mac_address != '\0') { in process_mac()
32 nibble[0] = *mac_address++; in process_mac()
/openbmc/phosphor-webui/app/common/services/
H A DdataService.js28 this.mac_address = '';
77 this.mac_address = data.mac_address;
H A Dapi-utils.js365 mac_address: macAddress, property in AnonymousClass1ea782bb2401
375 setMACAddress: function(interface_name, mac_address) { argument
382 data: JSON.stringify({'data': mac_address})
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot
/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl122 ${quiet} "" ${print_output}] rc mac_address
123 return $mac_address
H A Dbmc_network_utils.robot21 [Arguments] ${mac_address}=${MAC_ADDRESS}
24 # mac_address The mac address (e.g. 00:01:6c:80:02:28).
29 Should Not Be Empty ${mac_address}
33 IF '${mac_address.lower()}' != '${bmc_mac_addr.lower()}'
40 [Arguments] ${mac_address}=${MAC_ADDRESS}
43 # mac_address The mac address (e.g. 00:01:6c:80:02:28).
48 Write fw_setenv ethaddr ${mac_address}
55 Should Be Equal ${bmc_mac_addr} ${mac_address} ignore_case=True
970 [Arguments] ${mac_address} ${valid_status_code}=${HTTP_OK}
973 # mac_address MAC address of BMC.
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_util.cpp52 namespace mac_address namespace
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl653 set mac_address \
678 nodmraid console=hvc0 ifname=net0:$mac_address\
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi.h275 mac_addr_t mac_address[2]; member
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js70 dataService.mac_address.toLowerCase()) {
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot385 ${mac_address}= Redfish.Get Attribute ${REDFISH_NW_ETH0_URI} MACAddress
386 Textfield Value Should Be ${xpath_mac_address_input} ${mac_address}
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp209 MACAddress::interface, MACAddress::property_names::mac_address); in getHostNetworkData()
563 MACAddress::property_names::mac_address, in setHostNetworkData()