Searched refs:tr_dhtStatus (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-dht.h43 int tr_dhtStatus( tr_session *, int af, int * setme_nodeCount );
H A Dtr-dht.c87 status = tr_dhtStatus(session, af, NULL);
355 if(tr_dhtStatus(ss, AF_INET, NULL) < TR_DHT_FIREWALLED)
432 tr_dhtStatus( tr_session * session, int af, int * nodes_return ) function
475 if(tr_dhtStatus(ss, af, NULL) >= TR_DHT_FIREWALLED)
560 status = tr_dhtStatus( tor->session, af, &numnodes );

Completed in 172 milliseconds