Home
last modified time | relevance | path

Searched refs:BpsUpload (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DCommand.h138 UINT64 BpsUpload; // Upload throughput member
H A DCommand.c152 PackAddInt64(p, "BpsUpload", t->BpsUpload); in OutRpcTtResult()
173 t->BpsUpload = PackGetInt64(p, "BpsUpload"); in InRpcTtResult()
1824 res->BpsUpload = (UINT64)((double)res->NumBytesUpload * 8.0 / ((double)res->Span / 1000.0)); in TtcGenerateResult()
1830 res->BpsUpload *= 2ULL; in TtcGenerateResult()
1834 res->BpsTotal = res->BpsUpload + res->BpsDownload; in TtcGenerateResult()
2587 ToStr3(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
2589 ToStrByte1000(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
H A DCM.c1479 ToStr3(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()
1481 ToStrByte1000(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DCommand.h45 UINT64 BpsUpload; // Upload throughput member
H A DCommand.c1702 res->BpsUpload = (UINT64)((double)res->NumBytesUpload * 8.0 / ((double)res->Span / 1000.0)); in TtcGenerateResult()
1708 res->BpsUpload *= 2ULL; in TtcGenerateResult()
1712 res->BpsTotal = res->BpsUpload + res->BpsDownload; in TtcGenerateResult()
2462 ToStr3(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
2464 ToStrByte1000(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
H A DCM.c1363 ToStr3(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()
1365 ToStrByte1000(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DCommand.h138 UINT64 BpsUpload; // Upload throughput member
H A DCommand.c152 PackAddInt64(p, "BpsUpload", t->BpsUpload); in OutRpcTtResult()
173 t->BpsUpload = PackGetInt64(p, "BpsUpload"); in InRpcTtResult()
1824 res->BpsUpload = (UINT64)((double)res->NumBytesUpload * 8.0 / ((double)res->Span / 1000.0)); in TtcGenerateResult()
1830 res->BpsUpload *= 2ULL; in TtcGenerateResult()
1834 res->BpsTotal = res->BpsUpload + res->BpsDownload; in TtcGenerateResult()
2587 ToStr3(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
2589 ToStrByte1000(str, sizeof(str), res->BpsUpload); in TtcPrintResult()
H A DCM.c1479 ToStr3(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()
1481 ToStrByte1000(str, sizeof(str), res->BpsUpload); in CmTrafficResultDlgInit()