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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedDatagramSocket.cpp187 PokeUInt32(keyData + 16, ip);
195 PokeUInt32(keyData, Kademlia::CPrefs::GetUDPVerifyKey(ip));
284 PokeUInt32(keyData, receiverVerifyKey);
303 PokeUInt32(keyData+16, theApp->GetPublicIP());
391 PokeUInt32(achKeyData, dwBaseKey);
439 PokeUInt32(achKeyData, dwBaseKey);
H A DArchSpecific.h101 inline void PokeUInt32(void* p, uint32 nVal);
220 inline void PokeUInt32(void* p, uint32 nVal) function
H A DClientCreditsList.cpp354 PokeUInt32(abyBuffer+keylen,challenge);
359 PokeUInt32(abyBuffer+keylen+4, ChallengeIP);
393 PokeUInt32(abyBuffer+m_nMyPublicKeyLen, challenge);
422 PokeUInt32(abyBuffer+m_nMyPublicKeyLen+4, ChallengeIP);
H A DPacket.cpp319 PokeUInt32( pBuffer + offset, data );
H A DProxy.cpp706 PokeUInt32( m_buffer+4, StringIPtoUint32(m_peerAddress->IPAddress()) );
908 PokeUInt32(m_buffer+4, StringIPtoUint32(wxT("0.0.0.1")));
912 PokeUInt32(m_buffer+4, StringIPtoUint32(m_peerAddress->IPAddress()));
1450 PokeUInt32( m_proxyTCPSocket.GetBuffer()+4, StringIPtoUint32(addr.IPAddress()));
H A DEncryptedStreamSocket.cpp160 PokeUInt32(achKeyData + 17, m_nRandomKeyPart);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECTag.cpp233 PokeUInt32( m_tagData, wxUINT32_SWAP_ALWAYS((uint32) data ));

Completed in 78 milliseconds