• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:GetInt

489 				m_nClientVersion = temptag.GetInt();
496 m_strModVersion = CFormat(wxT("ModID=%u")) % temptag.GetInt();
504 nUserPort = temptag.GetInt();
510 SetKadPort((temptag.GetInt() >> 16) & 0xFFFF);
511 m_nUDPPort = temptag.GetInt() & 0xFFFF;
520 m_nBuddyIP = temptag.GetInt();
529 m_nBuddyPort = (uint16)temptag.GetInt();
548 uint32 flags = temptag.GetInt();
590 m_fDirectUDPCallback = (temptag.GetInt() >> 12) & 0x01;
591 m_fSupportsCaptcha = (temptag.GetInt() >> 11) & 0x01;
592 m_fSupportsSourceEx2 = (temptag.GetInt() >> 10) & 0x01;
593 m_fRequiresCryptLayer = (temptag.GetInt() >> 9) & 0x01;
594 m_fRequestsCryptLayer = (temptag.GetInt() >> 8) & 0x01;
595 m_fSupportsCryptLayer = (temptag.GetInt() >> 7) & 0x01;
597 m_fExtMultiPacket = (temptag.GetInt() >> 5) & 0x01;
598 m_fSupportsLargeFiles = (temptag.GetInt() >> 4) & 0x01;
599 m_byKadVersion = (temptag.GetInt() >> 0) & 0x0f;
624 m_fValueBasedTypeTags = (temptag.GetInt() >> 1*1) & 0x01;
625 m_fOsInfoSupport = (temptag.GetInt() >> 1*0) & 0x01;
634 m_byCompatibleClient = (temptag.GetInt() >> 24);
635 m_nClientVersion = temptag.GetInt() & 0x00ffffff;
913 m_byDataCompVer = temptag.GetInt();
919 m_nUDPPort = temptag.GetInt();
925 m_byUDPVer = temptag.GetInt();
931 m_bySourceExchange1Ver = temptag.GetInt();
937 m_byAcceptCommentVer = temptag.GetInt();
943 m_byExtendedRequestsVer = temptag.GetInt();
949 m_byCompatibleClient = temptag.GetInt();
956 m_bySupportSecIdent = temptag.GetInt() & 3;
957 m_bSupportsPreview = (temptag.GetInt() & 128) > 0;
965 m_strModVersion = CFormat(wxT("ModID=%u")) % temptag.GetInt();