Searched refs:tr_sessionIsUTPEnabled (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-utp.c110 if( !tr_sessionIsUTPEnabled(ss) ) {
143 if( tr_sessionIsUTPEnabled( ss ) ) {
H A Dtr-udp.c102 bool utp = tr_sessionIsUTPEnabled(session);
224 if( tr_sessionIsUTPEnabled( ss ) ) {
H A Dtransmission.h594 bool tr_sessionIsUTPEnabled( const tr_session * session );
H A Drpcimpl.c1720 tr_bencDictAddBool( d, TR_PREFS_KEY_UTP_ENABLED, tr_sessionIsUTPEnabled( s ) );
H A Dsession.c2029 tr_sessionIsUTPEnabled( const tr_session * session ) function
H A Dpeer-mgr.c4041 bool utp = tr_sessionIsUTPEnabled(mgr->session) && !atom->utp_failed;

Completed in 82 milliseconds