| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_HostBase.cpp | 112 LOG("m_transceiver: %d (%d)\n", offsetof(HostBase, m_transceiver), sizeof(Transceiver)); in PrintProperty() 113 LOG("m_packetLossRatio: %d (%d)\n", offsetof(HostBase, m_packetLossRatio), sizeof(int)); in PrintProperty() 114 LOG("m_resultCode: %d (%d)\n", offsetof(HostBase, m_resultCode), sizeof(Result)); in PrintProperty() 116 LOG("sizeof(HostBase)=%ld\n", (long) sizeof(HostBase)); in PrintProperty() 136 LOG("Sent segment is:\n"); in putSegment() 142 LOG("Packet loss happened! Lost segment is:\n"); in putSegment() 190 LOG("Failure result code will be set...\n"); in errorHandling()
|
| D | rdt_SenderImpl.cpp | 197 … LOG("The Sender is in CLOSED state, but respond with RST since the segment was received. \n"); in updateCore() 198 LOG("The received segment contains \n."); in updateCore() 200 LOG(" \n"); in updateCore() 204 LOG("Sender is in CLOSED state, but received segment. Ignored.\n"); in updateCore() 262 LOG("SYN rejected. CLOSED... ack of segment = %u\n", seg.GetAckNumber()); in updateCore() 269 LOG("Ignored RST segment.\n"); in updateCore() 281 LOG("ack : %u\n", seg.GetAckNumber()); in updateCore() 282 LOG("una : %u\n", pSender->getUnacknowledgeNumber()); in updateCore() 283 LOG("nxt : %u\n", pSender->getNextSequenceNumber()); in updateCore() 284 LOG("It seems that it isn't ACK for SYN. Ignored\n"); in updateCore() [all …]
|
| D | rdt_Header.cpp | 64 LOG("Control bit: %s\n", buf); in PrintDebugInfo() 65 … LOG("SEQ: %u, ACK: %u, dataOffset: %u, dataLength: %u\n", seqNum, ackNum, dataOffset, dataLength); in PrintDebugInfo() 66 LOG("WindowSize: %u, checksum: %u\n", windowSize, checkSum); in PrintDebugInfo()
|
| D | rdt_ReceiveBuffer.cpp | 54 LOG("ReceiveBuffer object is already initialized.\n"); in Initialize() 156 LOG("Initialized.\n"); in PrintDebugInfo() 157 LOG("Initial sequecne number: %u\n", m_initSeqNum); in PrintDebugInfo() 158 LOG("Latest octet sequence nubmer: %u\n", m_latestSeqNum); in PrintDebugInfo() 162 LOG("Not initialized.\n"); in PrintDebugInfo()
|
| D | rdt_Segment.cpp | 105 LOG("--Header contents--\n"); in PrintDebugInfo() 109 LOG("--No data--\n"); in PrintDebugInfo() 116 LOG("--Data(%d bytes)--\n", GetDataLength()); in PrintDebugInfo()
|
| D | rdt_Transceiver.cpp | 94 LOG("Because the remote connection disappeared, data could not be obtained. \n"); in RecvRawData() 97 LOG("The host side aborted the connection. \n"); in RecvRawData() 100 LOG("::recv function returned an unknown error. (%d)\n", err); in RecvRawData() 138 LOG("SendTo() Failed.\n"); 178 LOG("ReceiveFrom() failed.\n"); 208 LOG("The content of the received segment is \n"); in serverSide() 211 LOG("Cleanup of the server-side socket. \n"); in serverSide() 229 LOG("Cleanup of the client-side socket. \n"); in clientSide() 402 LOG("It seems that size of segment is wrong(%d byte)\n", n); in Pull()
|
| D | rdt_Sender.cpp | 153 LOG("Sender is not initialized. Ignored %s.\n", __FUNCTION__); in Cancel() 176 LOG("Sender is not initialized. Ignored %s.\n", __FUNCTION__); in SetPacketLossRatio() 188 LOG("Sender is not initialized. Ignored %s.\n", __FUNCTION__); in PrintDebugInfo()
|
| D | rdt_Receiver.cpp | 156 LOG("Receiver is not initialized. Ignored %s.\n", __FUNCTION__); in Cancel() 179 LOG("Receiver is not initialized. Ignored %s.\n", __FUNCTION__); in SetPacketLossRatio() 191 LOG("Receiver is not initialized. Ignored %s.\n", __FUNCTION__); in PrintDebugInfo()
|
| D | rdt_ReceiverImpl.cpp | 208 …LOG("Received data segment, but could not return ACK because receive buffer did not have enough sp… in update() 303 LOG("Segment with unexpected sequence number. Ignored.\n"); in update() 340 LOG("State is FINISHED, but received segment from remote!\n"); in update() 375 LOG("Receiver is in CLOSED state, but received segment. RST will be sent.\n"); in update() 661 LOG("-- Receiver debug information --\n"); in PrintDebugInfo() 662 LOG("Current state: %d\n", GetStatus()); in PrintDebugInfo() 664 LOG("\n"); in PrintDebugInfo()
|
| D | rdt_Utility.cpp | 317 LOG("Success.\n"); 321 LOG("Failure...\n"); 337 LOG("addr: 0x%08x\n", &dmy); in stackChecker() 338 LOG("%d bytes used.\n", 0x0fffffff - reinterpret_cast<u32>(&dmy)); in stackChecker()
|
| D | rdt_Queue.h | 177 LOG("Queue is empty.\n"); in PrintDebugInfo() 183 LOG("[%d] : %d\n", i, m_array[(m_front + i) % N]); in PrintDebugInfo()
|
| D | rdt_SendBuffer.cpp | 51 LOG("ReceiveWindow object is already initialized. Do nothing.\n"); in Initialize() 150 LOG("[SendBuffer] %u bytes read by Pull().\n", m_readByte); in PrintDebugInfo()
|
| D | rdt_Utility.h | 86 #define LOG(...) if(nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_ALL)(void) (PRINTF(__VA_AR… macro 108 LOG("offset: %d\n", offsetof(S, t)); in Align()
|
| D | rdt_ResendQueue.cpp | 203 …LOG("Number of ResendQueue elements: %d, total data size is %d bytes.\n", m_queue.Size(), GetTotal… in PrintDebugInfo()
|
| /CTR-SDK-4.2.5/documents/shader/Reference/css/ |
| D | timetable.css | 142 table.timetable td.LOG
|