• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/

Lines Matching refs:dbgmsg

148 #define dbgmsg( handshake, ... ) \
200 dbgmsg( handshake, "setting to state [%s]", getStateName( state ) );
261 dbgmsg( handshake, "payload: need %d, got %zu",
282 dbgmsg( handshake, "peer returned the wrong hash. wtf?" );
292 dbgmsg( handshake, "peer-id is [%*.*s]", PEER_ID_LEN, PEER_ID_LEN, peer_id );
298 dbgmsg( handshake, "streuth! we've connected to ourselves." );
417 dbgmsg( handshake, "got a %s handshake",
512 dbgmsg( handshake, "not enough bytes... returning read_more" );
525 dbgmsg( handshake, "got it!" );
544 dbgmsg( handshake, "crypto select is %d", (int)crypto_select );
547 dbgmsg( handshake,
553 dbgmsg( handshake, "pad_d_len is %d", (int)pad_d_len );
557 dbgmsg( handshake, "encryption handshake: pad_d_len is too long" );
573 dbgmsg( handshake, "pad d: need %zu, got %zu",
601 dbgmsg( handshake, "payload: need %d, got %zu",
618 dbgmsg( handshake,
629 dbgmsg( handshake,
638 dbgmsg( handshake,
672 dbgmsg( handshake, "peer is trying to connect to us for a torrent we don't have." );
687 dbgmsg( handshake, "peer returned the wrong hash. wtf?" );
726 dbgmsg( handshake, "peer-id is [%s] ... isIncoming is %d", client,
733 dbgmsg( handshake, "isPeerGood == %d", (int)peerIsGood );
746 dbgmsg( handshake, "in readYa... need %d, have %zu",
757 dbgmsg( handshake, "sending B->A: Diffie Hellman Yb, PadB" );
781 dbgmsg( handshake, "found it... looking setting to awaiting_crypto_provide" );
825 dbgmsg( handshake, "reading obfuscated torrent hash..." );
834 dbgmsg( handshake, "got INCOMING connection's encrypted handshake for torrent [%s]",
840 dbgmsg( handshake, "another seed tried to reconnect to us!" );
846 dbgmsg( handshake, "can't find that torrent..." );
858 dbgmsg( handshake, "crypto_provide is %d", (int)crypto_provide );
861 dbgmsg( handshake, "padc is %d", (int)padc_len );
885 dbgmsg( handshake, "ia_len is %d", (int)ia_len );
899 dbgmsg( handshake, "reading IA... have %zu, need %zu",
911 dbgmsg( handshake, "sending vc" );
923 dbgmsg( handshake, "selecting crypto mode '%d'", (int)crypto_select );
928 dbgmsg( handshake, "peer didn't offer an encryption mode we like." );
933 dbgmsg( handshake, "sending pad d" );
949 dbgmsg( handshake, "sending handshake" );
975 dbgmsg( handshake, "reading payload stream... have %zu, need %zu",
982 dbgmsg( handshake, "parseHandshake returned %d", i );
1009 dbgmsg( handshake, "handling canRead; state is [%s]",
1100 dbgmsg( handshake, "handshakeDone: %s", isOK ? "connected" : "aborting" );
1160 dbgmsg( handshake, "handshake failed, trying plaintext..." );
1168 dbgmsg( handshake, "libevent got an error what==%d, errno=%d (%s)",