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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8831 Bstr tapDeviceName; local
8832 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8834 tapDeviceName.setNull(); /* Is this necessary? */
8835 if (tapDeviceName.isEmpty())
8844 Utf8Str str(tapDeviceName);
8850 LogRel(("Failed to open the host network interface %ls\n", tapDeviceName.raw()));
8853 tapDeviceName.raw());
8863 Log(("i_attachToTapInterface: %RTfile %ls\n", maTapFD[slot], tapDeviceName.raw()));
8869 maTAPDeviceName[slot] = tapDeviceName;
8906 Bstr tapDeviceName; local
8992 Bstr tapDeviceName, tapTerminateApplication; local
[all...]

Completed in 72 milliseconds