Searched refs:tr_bandwidthGetRawSpeed_Bps (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 Dbandwidth.h208 unsigned int tr_bandwidthGetRawSpeed_Bps( const tr_bandwidth * bandwidth,
H A Dbandwidth.c330 current = tr_bandwidthGetRawSpeed_Bps( b, now, TR_DOWN );
356 tr_bandwidthGetRawSpeed_Bps( const tr_bandwidth * b, const uint64_t now, const tr_direction dir ) function
H A Dtorrent.c1212 s->rawUploadSpeed_KBps = toSpeedKBps( tr_bandwidthGetRawSpeed_Bps ( &tor->bandwidth, now, TR_UP ) );
1214 s->rawDownloadSpeed_KBps = toSpeedKBps( tr_bandwidthGetRawSpeed_Bps ( &tor->bandwidth, now, TR_DOWN ) );
H A Dsession.c1698 return tr_isSession( session ) ? tr_bandwidthGetRawSpeed_Bps( &session->bandwidth, 0, dir ) : 0;

Completed in 206 milliseconds