Searched refs:tr_dhtEnabled (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 Dtr-dht.h41 bool tr_dhtEnabled( const tr_session * );
H A Dtr-dht.c399 tr_dhtEnabled( const tr_session * ss ) function
436 if( !tr_dhtEnabled( session ) ||
457 return tr_dhtEnabled( ss ) ? ss->udp_port : 0;
468 if( !tr_dhtEnabled( ss ) )
H A Dhandshake.c227 if( tr_dhtEnabled( handshake->session ) )
H A Dpeer-msgs.c2368 if( tr_dhtEnabled( torrent->session ) && tr_peerIoSupportsDHT( peer->io ))

Completed in 59 milliseconds