Searched refs:PANIC (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-0.14.21/sources/libraries/rdt/CTR/ |
| D | rdt_ReceiverImpl.h | 104 PANIC("Wrong size.\n"); in new() 110 PANIC("NULL pointer is detected.\n"); in new() 121 PANIC("Do not call this delete! Please call destructor manually.\n"); in delete()
|
| D | rdt_Utility.cpp | 210 PANIC("Senderの初期化に失敗!\n"); in CreateSender() 216 PANIC("ソケットの作成に失敗しました。\n"); in CreateSender() 222 PANIC("%sが多重に呼ばれています。\n", __FUNCTION__); in CreateSender() 256 PANIC("Receiverの初期化に失敗!\n"); in CreateReceiver() 262 PANIC("ソケットの作成に失敗しました。\n"); in CreateReceiver() 268 PANIC("%sが多重に呼ばれています。\n", __FUNCTION__); in CreateReceiver()
|
| D | rdt_SenderImpl.h | 110 PANIC("Wrong size.\n"); in new() 116 PANIC("NULL pointer is detected.\n"); in new() 140 PANIC("Do not call this delete! Please call destructor manually.\n"); in delete()
|
| D | rdt_ReceiverImpl.cpp | 222 … PANIC("It seems that SEQ number is valid, but unexpected segment. It is not DATA, nor FIN."); in update() 299 PANIC("Sequence number is valid, but FIN is not included.\n"); in update() 339 PANIC("State is FINISHED, but received segment from remote!\n"); in update()
|
| D | rdt_Utility.h | 65 #define PANIC(...) (void) (PRINTF("PANIC: %s line: %d ", __FILE__, __LINE__), \ macro
|
| D | rdt_RingBuffer.cpp | 116 PANIC("Size of buffer is not positive number.(n=%d)\n", n); in Push()
|
| D | rdt_Transceiver.cpp | 68 PANIC("Stop. err = %d\n", err); in SendRawData()
|
| D | rdt_SenderImpl.cpp | 832 PANIC("It seems that resend queue in RDT library is full."); in putSegmentWithResend()
|