Searched refs:PANIC (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_Utility.cpp | 208 PANIC("Sender initialization failed! \n"); in CreateSender() 214 PANIC("Failed to create socket. \n"); in CreateSender() 220 PANIC("%s called multiple times. \n", __FUNCTION__); in CreateSender() 254 PANIC("Receiver initialization failed! \n"); in CreateReceiver() 260 PANIC("Failed to create socket. \n"); in CreateReceiver() 266 PANIC("%s called multiple times. \n", __FUNCTION__); in CreateReceiver()
|
| D | rdt_ReceiverImpl.h | 102 PANIC("Wrong size.\n"); in new() 108 PANIC("NULL pointer is detected.\n"); in new() 119 PANIC("Do not call this delete! Please call destructor manually.\n"); in delete()
|
| D | rdt_SenderImpl.h | 108 PANIC("Wrong size.\n"); in new() 114 PANIC("NULL pointer is detected.\n"); in new() 138 PANIC("Do not call this delete! Please call destructor manually.\n"); in delete()
|
| D | rdt_ReceiverImpl.cpp | 220 … PANIC("It seems that SEQ number is valid, but unexpected segment. It is not DATA, nor FIN."); in update() 297 PANIC("Sequence number is valid, but FIN is not included.\n"); in update()
|
| D | rdt_Utility.h | 67 #define PANIC(...) (void) (PRINTF("PANIC: %s line: %d ", __FILE__, __LINE__), \ macro
|
| D | rdt_RingBuffer.cpp | 114 PANIC("Size of buffer is not positive number.(n=%d)\n", n); in Push()
|
| D | rdt_Transceiver.cpp | 66 PANIC("Stop. err = %d\n", err); in SendRawData()
|
| D | rdt_SenderImpl.cpp | 827 PANIC("It seems that resend queue in RDT library is full."); in putSegmentWithResend()
|