Searched refs:OP_REQUESTSOURCES2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/Client2Client/
H A DTCP.h73 OP_REQUESTSOURCES2 = 0x83, // <HASH 16> enumerator in enum:ED2KExtendedClientTCP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp1147 case OP_REQUESTSOURCES2:
1152 if (opcode_in == OP_REQUESTSOURCES2){ // SX2 requests contains additional data
1434 case OP_REQUESTSOURCES2:
1449 if (opcode == OP_REQUESTSOURCES2){ // SX2 requests contains additional data
H A DDownloadClient.cpp252 dataFileReq.WriteUInt8(OP_REQUESTSOURCES2);
317 packet = new CPacket(packetdata, OP_EMULEPROT, SupportsSourceExchange2() ? OP_REQUESTSOURCES2 : OP_REQUESTSOURCES);

Completed in 52 milliseconds