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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2425 NetworkAttachmentType_T enmAttachmentType = NetworkAttachmentType_Null; local
2429 enmAttachmentType = NetworkAttachmentType_NAT;
2465 enmAttachmentType = NetworkAttachmentType_Bridged;
2471 enmAttachmentType = NetworkAttachmentType_Internal;
2478 enmAttachmentType = NetworkAttachmentType_HostOnly;
2485 enmAttachmentType = NetworkAttachmentType_Generic;
2507 enmAttachmentType = NetworkAttachmentType_NATNetwork;
2514 enmAttachmentType = NetworkAttachmentType_Generic;
2522 if (fEnabled && enmAttachmentType != NetworkAttachmentType_Null)
2523 nic.mode = enmAttachmentType;
[all...]

Completed in 58 milliseconds