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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c186 tr_ptrArray outgoingHandshakes; /* tr_handshake */ member in struct:tr_torrent_peers
370 || getExistingHandshake( &t->outgoingHandshakes, &atom->addr )
494 assert( tr_ptrArrayEmpty( &t->outgoingHandshakes ) );
499 tr_ptrArrayDestruct( &t->outgoingHandshakes, NULL );
540 t->outgoingHandshakes = TR_PTR_ARRAY_INIT;
1947 return tr_ptrArraySize( &t->peers );/* + tr_ptrArraySize( &t->outgoingHandshakes ); */
1978 ours = tr_ptrArrayRemoveSorted( &t->outgoingHandshakes,
2457 * which removes the handshake from t->outgoingHandshakes... */
2458 while( !tr_ptrArrayEmpty( &t->outgoingHandshakes ) )
2459 tr_handshakeAbort( tr_ptrArrayNth( &t->outgoingHandshakes,
[all...]

Completed in 48 milliseconds