Searched refs:sockSnd (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 1086 ULONG sockSnd = 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 | 4699 ULONG sockSnd = 0; local 4703 hrc = natEngine->GetNetworkSettings(&mtu, &sockSnd, &sockRcv, &tcpSnd, &tcpRcv); H(); 4708 if (sockSnd) 4709 InsertConfigInteger(pCfg, "SockSnd", sockSnd);
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_2.h | 5475 PRUint32 sockSnd, 5484 PRUint32 * sockSnd,
|
H A D | VBoxCAPI_v4_0.h | 5915 PRUint32 sockSnd, 5924 PRUint32 * sockSnd,
|
H A D | VBoxCAPI_v4_1.h | 6313 PRUint32 sockSnd, 6322 PRUint32 * sockSnd,
|
H A D | VBoxCAPI_v4_2.h | 7275 PRUint32 sockSnd, 7284 PRUint32 * sockSnd,
|
H A D | VBoxCAPI_v4_3.h | 14949 PRUint32 sockSnd, 14958 PRUint32 * sockSnd, 15018 PRUint32 sockSnd, 15027 PRUint32 * sockSnd,
|
Completed in 1317 milliseconds