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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.h48 CUInt128 contactID; member in struct:Kademlia::TrackChallenge_Struct
83 void AddLegacyChallenge(const CUInt128& contactID, const CUInt128& challengeID, uint32_t ip, uint8_t opcode);
84 bool IsLegacyChallenge(const CUInt128& challengeID, uint32_t ip, uint8_t opcode, CUInt128& contactID);
H A DPacketTracking.cpp258 void CPacketTracking::AddLegacyChallenge(const CUInt128& contactID, const CUInt128& challengeID, uint32_t ip, uint8_t opcode) argument
261 TrackChallenge_Struct sTrack = { ip, now, opcode, contactID, challengeID };
273 bool CPacketTracking::IsLegacyChallenge(const CUInt128& challengeID, uint32_t ip, uint8_t opcode, CUInt128& contactID) argument
282 contactID = it2->contactID;
H A DKademliaUDPListener.cpp191 void CKademliaUDPListener::SendPublishSourcePacket(const CContact& contact, const CUInt128 &targetID, const CUInt128 &contactID, const TagPtrList& tags) argument
198 packetdata.WriteUInt128(contactID);
205 packetdata.WriteUInt128(contactID);
496 CUInt128 contactID = bio.ReadUInt128(); local
505 routingZone->Add(contactID, ip, port, tport, version, senderKey, validReceiverKey, true, false);
511 contactID = bio.ReadUInt128();
517 routingZone->Add(contactID, ip, port, tport, version, 0, verified, false, false);
528 CUInt128 contactID; local
529 bool addedOrUpdated = AddContact2(packetData, lenPacket, ip, port, &contactVersion, senderKey, validReceiverKey, true, true, NULL, &contactID); // might change (udp)port, validReceiverKey
541 SendMyDetails(KADEMLIA2_HELLO_RES, ip, port, contactVersion, senderKey, &contactID, addedOrUpdate
603 CUInt128 contactID; local
702 CUInt128 contactID; local
1545 CUInt128 contactID; local
1636 SendLegacyChallenge(uint32_t ip, uint16_t port, const CUInt128& contactID) argument
[all...]
H A DKademliaUDPListener.h82 void SendPublishSourcePacket(const CContact& contact, const CUInt128& targetID, const CUInt128& contactID, const TagPtrList& tags);
93 void SendLegacyChallenge(uint32_t ip, uint16_t port, const CUInt128& contactID);

Completed in 105 milliseconds