Searched refs:tr_torrentAllowsPex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.h335 static inline bool tr_torrentAllowsPex( const tr_torrent * tor ) function
H A Dpeer-msgs.c811 if( !tr_torrentAllowsPex( msgs->torrent ) )
1040 if( tr_torrentAllowsPex( tor )
2147 if( msgs->peerSupportsPex && tr_torrentAllowsPex( msgs->torrent ) )
2352 if( tr_torrentAllowsPex( torrent ) ) {
H A Dpeer-mgr.c3231 return !tr_torrentAllowsPex(tor) || (now-atom->time>=30);

Completed in 60 milliseconds