Searched refs:sockRcv (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 1087 ULONG sockRcv = 0; local 1090 engine->GetNetworkSettings(&mtu, &sockSnd, &sockRcv, &tcpSnd, &tcpRcv); 1098 mtu, sockSnd ? sockSnd : 64, sockRcv ? sockRcv : 64, tcpSnd ? tcpSnd : 64, tcpRcv ? tcpRcv : 64); 1104 currentNIC + 1, mtu, sockSnd ? sockSnd : 64, sockRcv ? sockRcv : 64, tcpSnd ? tcpSnd : 64, tcpRcv ? tcpRcv : 64);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 4700 ULONG sockRcv = 0; local 4703 hrc = natEngine->GetNetworkSettings(&mtu, &sockSnd, &sockRcv, &tcpSnd, &tcpRcv); H(); 4706 if (sockRcv) 4707 InsertConfigInteger(pCfg, "SockRcv", sockRcv);
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_2.h | 5476 PRUint32 sockRcv, 5485 PRUint32 * sockRcv,
|
H A D | VBoxCAPI_v4_0.h | 5916 PRUint32 sockRcv, 5925 PRUint32 * sockRcv,
|
H A D | VBoxCAPI_v4_1.h | 6314 PRUint32 sockRcv, 6323 PRUint32 * sockRcv,
|
H A D | VBoxCAPI_v4_2.h | 7276 PRUint32 sockRcv, 7285 PRUint32 * sockRcv,
|
H A D | VBoxCAPI_v4_3.h | 14950 PRUint32 sockRcv, 14959 PRUint32 * sockRcv, 15019 PRUint32 sockRcv, 15028 PRUint32 * sockRcv,
|
Completed in 849 milliseconds