Searched defs:macConfigured (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp165 RTMAC macConfigured; member in struct:VNetState_st
1609 SSMR3PutMem(pSSM, &pThis->macConfigured, sizeof(pThis->macConfigured));
1696 RTMAC macConfigured; local
1697 rc = SSMR3GetMem(pSSM, &macConfigured, sizeof(macConfigured));
1699 if (memcmp(&macConfigured, &pThis->macConfigured, sizeof(macConfigured))
1701 LogRel(("%s: The mac address differs: config=%RTmac saved=%RTmac\n", INSTANCE(pThis), &pThis->macConfigured,
[all...]
H A DDevE1000.cpp1069 RTMAC macConfigured; member in struct:E1kState_st
1614 memcpy(pThis->aRecAddr.au32, pThis->macConfigured.au8,
1615 sizeof(pThis->macConfigured.au8));
6561 SSMR3PutMem(pSSM, &pThis->macConfigured, sizeof(pThis->macConfigured));
6713 RTMAC macConfigured;
6714 rc = SSMR3GetMem(pSSM, &macConfigured, sizeof(macConfigured));
6716 if ( memcmp(&macConfigured, &pThis->macConfigured, sizeo
[all...]

Completed in 67 milliseconds