Searched refs:maTapFD (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 8821 int rcVBox = RTFileOpen(&maTapFD[slot], "/dev/net/tun", 8847 rcVBox = ioctl(RTFileToNative(maTapFD[slot]), TUNSETIFF, &IfReq); 8861 if (fcntl(RTFileToNative(maTapFD[slot]), F_SETFL, O_NONBLOCK) != -1) 8863 Log(("i_attachToTapInterface: %RTfile %ls\n", maTapFD[slot], tapDeviceName.raw())); 8923 int rcVBox = RTFileOpen(&maTapFD[slot], szTapdev, 8987 if (maTapFD[slot] != NIL_RTFILE) 9001 int rcVBox = RTFileClose(maTapFD[slot]); 9003 maTapFD[slot] = NIL_RTFILE; 9009 int rcVBox = RTFileClose(maTapFD[slot]); 9013 maTapFD[slo [all...] |
H A D | ConsoleImpl2.cpp | 4841 Assert((intptr_t)maTapFD[uInstance] >= 0); 4842 if ((intptr_t)maTapFD[uInstance] >= 0) 4846 InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]); 5044 Assert((intptr_t)maTapFD[uInstance] >= 0); 5045 if ((intptr_t)maTapFD[uInstance] >= 0) 5049 InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]);
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 967 RTFILE maTapFD[8]; member in class:Console
|
Completed in 917 milliseconds