Searched defs:macAddr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dar9003_eeprom.h287 u8 macAddr[6]; member in struct:ar9300_eeprom
H A Deeprom.h286 u8 macAddr[6]; member in struct:base_eep_header
316 u8 macAddr[6]; member in struct:base_eep_header_4k
456 u8 macAddr[6]; member in struct:base_eep_ar9287_header
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2541 Bstr macAddr; local
2542 hrc = networkAdapter->COMGETTER(MACAddress)(macAddr.asOutParam()); H();
2543 Assert(!macAddr.isEmpty());
2544 Utf8Str macAddrUtf8 = macAddr;
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp631 * @param macAddr MAC address of E1000.
633 void init(RTMAC &macAddr) argument
636 memcpy(eeprom.m_au16Data, macAddr.au16, sizeof(macAddr.au16));

Completed in 71 milliseconds