Home
last modified time | relevance | path

Searched refs:PANIC (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Utility.cpp208 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()
Drdt_ReceiverImpl.h102 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()
Drdt_SenderImpl.h108 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()
Drdt_ReceiverImpl.cpp220PANIC("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()
Drdt_Utility.h67 #define PANIC(...) (void) (PRINTF("PANIC: %s line: %d ", __FILE__, __LINE__), \ macro
Drdt_RingBuffer.cpp114 PANIC("Size of buffer is not positive number.(n=%d)\n", n); in Push()
Drdt_Transceiver.cpp66 PANIC("Stop. err = %d\n", err); in SendRawData()
Drdt_SenderImpl.cpp827 PANIC("It seems that resend queue in RDT library is full."); in putSegmentWithResend()