Searched refs:attachmentType (Results 1 - 16 of 16) sorted by relevance
| /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
| H A D | UIMachineSettingsNetwork.cpp | 139 adapterData.m_attachmentType = attachmentType(); 197 switch (attachmentType()) 295 KNetworkAttachmentType UIMachineSettingsNetwork::attachmentType() const function in class:UIMachineSettingsNetwork 303 iType = attachmentType(); 336 attachmentType() != KNetworkAttachmentType_Null && 337 attachmentType() != KNetworkAttachmentType_NAT); 339 attachmentType() != KNetworkAttachmentType_Null && 340 attachmentType() != KNetworkAttachmentType_NAT); 347 attachmentType() != KNetworkAttachmentType_Null && 348 attachmentType() ! [all...] |
| H A D | UIMachineSettingsNetwork.h | 120 KNetworkAttachmentType attachmentType() const;
|
| /vbox/src/VBox/Main/glue/tests/ |
| H A D | TestVBoxNATEngine.java | 51 NetworkAttachmentType attachmentType = n.getAttachmentType(); 52 if (attachmentType.equals(NetworkAttachmentType.NAT))
|
| /vbox/src/VBox/ValidationKit/testdriver/ |
| H A D | vbox.py | 1891 if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT: 1892 reporter.log(" attachmentType: NAT (%s)" % (oNic.attachmentType)); 1895 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Bridged: 1896 reporter.log(" attachmentType: Bridged (%s)" % (oNic.attachmentType)); 1901 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Internal: 1902 reporter.log(" attachmentType: Internal (%s)" % (oNic.attachmentType)); 1904 elif oNic.attachmentType [all...] |
| H A D | vboxwrappers.py | 1194 eAttType = oNic.attachmentType; 1196 reporter.errorXcpt('attachmentType on %s failed for "%s"' % (iNic, self.sName)); 1205 reporter.errorXcpt('attachmentType/traceEnabled on %s failed for "%s"' % (iNic, self.sName)); 1348 oNic.attachmentType = eAttachmentType; 1366 eAttachmentType = oNic.attachmentType; 2455 if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT:
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | ApplianceImplExport.cpp | 537 NetworkAttachmentType_T attachmentType; local 550 rc = pNetworkAdapter->COMGETTER(AttachmentType)(&attachmentType); 553 Utf8Str strAttachmentType = convertNetworkAttachmentTypeToString(attachmentType);
|
| /vbox/src/VBox/Frontends/VBoxShell/ |
| H A D | vboxshell.py | 3005 if type(adapter.attachmentType) != types.IntType: 3006 t = str(adapter.attachmentType) 3008 t = adapter.attachmentType 3046 adapter.attachmentType = nicAttachmentType[args[1]]['f']()
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | ConsoleImpl.cpp | 4135 NetworkAttachmentType_T attachmentType; local 4136 rc = pNetworkAdapter->COMGETTER(AttachmentType)(&attachmentType); 4138 || attachmentType != NetworkAttachmentType_NAT)
|
| /vbox/src/VBox/Main/cbinding/ |
| H A D | VBoxCAPI_v4_1.h | 5269 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType); 5270 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
|
| H A D | VBoxCAPI_v4_2.h | 6204 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType); 6205 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
|
| H A D | VBoxCAPI_v2_2.h | 3962 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
|
| H A D | VBoxCAPI_v3_0.h | 4488 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
|
| H A D | VBoxCAPI_v3_1.h | 4386 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
|
| H A D | VBoxCAPI_v3_2.h | 4599 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
|
| H A D | VBoxCAPI_v4_0.h | 4893 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
|
| H A D | VBoxCAPI_v4_3.h | 12676 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType); 12677 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType); 12756 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType); 12757 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
|
Completed in 421 milliseconds