Home
last modified time | relevance | path

Searched refs:uRequestsCryptLayer (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DamuleAppCommon.cpp190 uint8 uRequestsCryptLayer = thePrefs::IsClientCryptLayerRequested() ? 1 : 0; in CreateED2kLink() local
192 …uint16 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptL… in CreateED2kLink()
H A DKnownFile.cpp1051 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in CreateSrcInfoPacket() local
1053 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in CreateSrcInfoPacket()
H A DPartFile.cpp1010 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in SaveSourceSeeds() local
1012 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in SaveSourceSeeds()
2661 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in CreateSrcInfoPacket() local
2663 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in CreateSrcInfoPacket()
H A DBaseClient.cpp1121 const uint32 uRequestsCryptLayer = thePrefs::IsClientCryptLayerRequested() ? 1 : 0; in SendHelloTypePacket() local
1140 (uRequestsCryptLayer << 8) | in SendHelloTypePacket()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DamuleAppCommon.cpp190 uint8 uRequestsCryptLayer = thePrefs::IsClientCryptLayerRequested() ? 1 : 0; in CreateED2kLink() local
192 …uint16 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptL… in CreateED2kLink()
H A DKnownFile.cpp1055 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in CreateSrcInfoPacket() local
1057 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in CreateSrcInfoPacket()
H A DPartFile.cpp1009 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in SaveSourceSeeds() local
1011 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in SaveSourceSeeds()
2648 const uint8 uRequestsCryptLayer = cur_src->RequestsCryptLayer() ? 1 : 0; in CreateSrcInfoPacket() local
2650 …const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsC… in CreateSrcInfoPacket()
H A DBaseClient.cpp1121 const uint32 uRequestsCryptLayer = thePrefs::IsClientCryptLayerRequested() ? 1 : 0; in SendHelloTypePacket() local
1140 (uRequestsCryptLayer << 8) | in SendHelloTypePacket()