Searched refs:mAttachmentType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp417 *aAttachmentType = mData->mAttachmentType;
430 if (mData->mAttachmentType != aAttachmentType)
448 NetworkAttachmentType_T oldAttachmentType = mData->mAttachmentType;
449 mData->mAttachmentType = aAttachmentType;
494 && mData->mAttachmentType == NetworkAttachmentType_Bridged)
542 && mData->mAttachmentType == NetworkAttachmentType_HostOnly)
591 if (aInternalNetwork.isEmpty() && mData->mAttachmentType == NetworkAttachmentType_Internal)
639 && mData->mAttachmentType == NetworkAttachmentType_NATNetwork)
965 bool fGenericChange = (mData->mAttachmentType == NetworkAttachmentType_Generic);
1134 data.mode = mData->mAttachmentType;
[all...]
/vbox/src/VBox/Main/include/
H A DNetworkAdapterImpl.h122 mAttachmentType(NetworkAttachmentType_Null),
137 NetworkAttachmentType_T mAttachmentType; member in struct:NetworkAdapter::Data

Completed in 44 milliseconds