Searched refs:toSpeedKBps (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.h307 toSpeedKBps ( unsigned int Bps ) { return Bps / (double)tr_speed_K; } function
H A Dsession.c1243 *setme_KBps = toSpeedKBps( Bps );
1425 return toSpeedKBps( tr_sessionGetSpeedLimit_Bps( s, d ) );
1481 return toSpeedKBps( tr_sessionGetAltSpeed_Bps( s, d ) );
1703 return toSpeedKBps( tr_sessionGetRawSpeed_Bps( session, dir ) );
H A Dtorrent.c201 return toSpeedKBps( tr_torrentGetSpeedLimit_Bps( tor, dir ) );
1212 s->rawUploadSpeed_KBps = toSpeedKBps( tr_bandwidthGetRawSpeed_Bps ( &tor->bandwidth, now, TR_UP ) );
1213 s->pieceUploadSpeed_KBps = toSpeedKBps( tr_bandwidthGetPieceSpeed_Bps( &tor->bandwidth, now, TR_UP ) );
1214 s->rawDownloadSpeed_KBps = toSpeedKBps( tr_bandwidthGetRawSpeed_Bps ( &tor->bandwidth, now, TR_DOWN ) );
1215 s->pieceDownloadSpeed_KBps = toSpeedKBps( tr_bandwidthGetPieceSpeed_Bps( &tor->bandwidth, now, TR_DOWN ) );
H A Dpeer-mgr.c2743 stat->rateToPeer_KBps = toSpeedKBps( tr_peerGetPieceSpeed_Bps( peer, now_msec, TR_CLIENT_TO_PEER ) );
2744 stat->rateToClient_KBps = toSpeedKBps( tr_peerGetPieceSpeed_Bps( peer, now_msec, TR_PEER_TO_CLIENT ) );

Completed in 140 milliseconds