Home
last modified time | relevance | path

Searched refs:FreeRTOS_debug_printf (Results 1 – 25 of 33) sorted by relevance

12

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/linux/
DNetworkInterface.c352 FreeRTOS_debug_printf( ( "setting device modes of operation...\n" ) ); in prvSetDeviceModes()
411 FreeRTOS_debug_printf( ( "opening interface %s\n", pucInterfaceName ) ); in prvOpenInterface()
429 FreeRTOS_debug_printf( ( "pcap activate error %s\n", in prvOpenInterface()
475 FreeRTOS_debug_printf( ( "Successfully opened interface number %d.\n", x + 1 ) ); in prvOpenSelectedNetworkInterface()
500 FreeRTOS_debug_printf( ( "Creating Threads ..\n" ) ); in prvCreateWorkerThreads()
565 FreeRTOS_debug_printf( ( "Configuring Capture behaviour\n" ) ); in prvConfigureCaptureBehaviour()
577 FreeRTOS_debug_printf( ( "pcap filter to compile: %s\n", pcap_filter ) ); in prvConfigureCaptureBehaviour()
626FreeRTOS_debug_printf( ( "Receiving < =========== network callback user: %s len: %d caplen: %d\n", in pcap_callback()
712FreeRTOS_debug_printf( ( "Sending ========== > data pcap_sendpadcket %lu\n", xLength ) ); in prvLinuxPcapSendThread()
886 FreeRTOS_debug_printf( ( "%.2X ", bin_data[ i ] ) ); in print_hex()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DHCP.c206 FreeRTOS_debug_printf( ( "DHCP wrong state: expect: %d got: %d : ignore\n", in vDHCPProcess()
249FreeRTOS_debug_printf( ( "Send failed during eWaitingSendFirstDiscover\n" ) ); in vDHCPProcess()
281 FreeRTOS_debug_printf( ( "Send failed during eSendDHCPRequest.\n" ) ); in vDHCPProcess()
312FreeRTOS_debug_printf( ( "Send failed during eWaitingOffer/1.\n" ) ); in vDHCPProcess()
355FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in vDHCPProcess()
361FreeRTOS_debug_printf( ( "Send failed during eWaitingOffer/2.\n" ) ); in vDHCPProcess()
367FreeRTOS_debug_printf( ( "vDHCPProcess: failed to generate a random Transaction ID\n" ) ); in vDHCPProcess()
372FreeRTOS_debug_printf( ( "vDHCPProcess: giving up %lu > %lu ticks\n", EP_DHCPData.xDHCPTxPeriod, i… in vDHCPProcess()
405FreeRTOS_debug_printf( ( "vDHCPProcess: acked %xip\n", ( unsigned ) FreeRTOS_ntohl( EP_DHCPData.ul… in vDHCPProcess()
464FreeRTOS_debug_printf( ( "Send failed during eWaitingAcknowledge.\n" ) ); in vDHCPProcess()
[all …]
DFreeRTOS_TCP_IP.c194FreeRTOS_debug_printf( ( "Send[%u->%u] del ACK %u SEQ %u (len %u)\n", in xTCPSocketCheck()
319 FreeRTOS_debug_printf( ( "Move from %s to %s\n", in vTCPStateChange()
456 FreeRTOS_debug_printf( ( "vTCPStateChange: Closing socket\n" ) ); in vTCPStateChange()
475FreeRTOS_debug_printf( ( "Restoring a reuse socket port %u\n", pxSocket->usLocalPort ) ); in vTCPStateChange()
499 FreeRTOS_debug_printf( ( "Socket %u -> %xip:%u State %s->%s\n", in vTCPStateChange()
560 FreeRTOS_debug_printf( ( "Connect[%xip:%u]: next timeout %u: %u ms\n", in prvTCPNextTimeout()
671FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket()
703FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket()
734FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) ulRemoteIP, usRem… in xProcessReceivedTCPPacket()
774FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) ulRemoteIP, usRemotePo… in xProcessReceivedTCPPacket()
[all …]
DFreeRTOS_TCP_WIN.c429 FreeRTOS_debug_printf( ( "prvCreateSectors: malloc %u failed\n", in prvCreateSectors()
535FreeRTOS_debug_printf( ( "xTCPWindow%cxNew: Error: all segments occupied\n", ( xIsForRx != 0 ) ? '… in xTCPWindowNew()
618 FreeRTOS_debug_printf( ( "xTCPWindowRxEmpty: cur %u highest %u (empty)\n", in xTCPWindowRxEmpty()
803 FreeRTOS_debug_printf( ( "vTCPWindowCreate: for WinLen = Rx/Tx: %u/%u\n", in vTCPWindowCreate()
970FreeRTOS_debug_printf( ( "xTCPWindowRxConfirm[%u]: search %u (+%u=%u) found %u (+%d=%u)\n", in xTCPWindowRxConfirm()
1045FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%u,%u]: retran %u (Found %u bytes at %u cnt %d)\n", in prvTCPWindowRx_ExpectedRX()
1102FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%d,%d]: seqnr %u exp %u (dist %d) SACK to %u\n", in prvTCPWindowRx_UnexpectedRX()
1152 FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%u,%u]: seqnr %u (cnt %u)\n", in prvTCPWindowRx_UnexpectedRX()
1228FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Received +%u bytes for %u, only using %d\n", in lTCPWindowRxCheck()
1253FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Refuse %u bytes, due to lack of space (%u)\n", ( unsi… in lTCPWindowRxCheck()
[all …]
DFreeRTOS_Tiny_TCP.c210FreeRTOS_debug_printf( ( "lTCPWindowTxAdd: can only store %u / %d bytes\n", ( unsigned ) ulLength,… in lTCPWindowTxAdd()
218 FreeRTOS_debug_printf( ( "lTCPWindowTxAdd: SeqNr %u (%u) Len %u\n", in lTCPWindowTxAdd()
434 FreeRTOS_debug_printf( ( "win_tx_ack: acked %u expc %u len %u\n", in ulTCPWindowTxAck()
449 FreeRTOS_debug_printf( ( "win_tx_ack: acked seqnr %u len %u\n", in ulTCPWindowTxAck()
DFreeRTOS_TCP_State_Handling.c196FreeRTOS_debug_printf( ( "Inactive socket closed: port %u rem %xip:%u status %s\n", in prvTCPStatusAgeCheck()
325FreeRTOS_debug_printf( ( "TCP: send FIN+ACK (ack %u, cur/nxt %u/%u) ourSeqNr %u | Rx %u\n", in prvTCPHandleFin()
383 FreeRTOS_debug_printf( ( "%s: flags %04X expected, not %04X\n", in prvHandleSynReceived()
446 FreeRTOS_debug_printf( ( "TCP: %s %u => %xip:%u set ESTAB (scaling %u)\n", in prvHandleSynReceived()
599 FreeRTOS_debug_printf( ( "Refusing FIN[%u,%u]: RxCompl %d tx done %d\n", in prvHandleEstablished()
613FreeRTOS_debug_printf( ( "Refusing FIN: Rx not complete %d (cur %u high %u)\n", in prvHandleEstablished()
625FreeRTOS_debug_printf( ( "TCP: FIN received, mayClose = %d (Rx %u Len %d, Tx %u)\n", in prvHandleEstablished()
771FreeRTOS_debug_printf( ( "eSYN_RECEIVED: ACK expected, not SYN: peer missed our SYN+ACK\n" ) ); in prvTCPHandleState()
975 FreeRTOS_debug_printf( ( "TCP: Listen: new socket failed\n" ) ); in prvHandleListen()
1114 FreeRTOS_debug_printf( ( "Gain: Socket %u now has %u / %u child%s\n", in prvTCPSocketCopy()
[all …]
DFreeRTOS_TCP_Transmission.c141 FreeRTOS_debug_printf( ( "Connect: giving up %xip:%u\n", in prvTCPSendPacket()
300 FreeRTOS_debug_printf( ( "prvTCPReturnPacket: duplicate failed\n" ) ); in prvTCPReturnPacket()
411 FreeRTOS_debug_printf( ( "Suppress FIN for %u + %u < %u\n", in prvTCPReturnPacket()
569 FreeRTOS_debug_printf( ( "Limits (using): TCP Win size %u Water %u <= %u <= %u\n", in prvTCPCreateWindow()
634FreeRTOS_debug_printf( ( "ARP for %xip (using %xip): rc=%d %02X:%02X:%02X %02X:%02X:%02X\n", in prvTCPPrepareConnect()
765 FreeRTOS_debug_printf( ( "prvWinScaleFactor: uxRxWinSize %u MSS %u Factor %u\n", in prvWinScaleFactor()
1029FreeRTOS_debug_printf( ( "uxStreamBufferGet: pos %d offs %u only %u != %d\n", in prvTCPPrepareSend()
1051FreeRTOS_debug_printf( ( "CheckClose %u <= %u (%u <= %u <= %u)\n", in prvTCPPrepareSend()
1091 FreeRTOS_debug_printf( ( "keep-alive: giving up %xip:%u\n", in prvTCPPrepareSend()
1117 FreeRTOS_debug_printf( ( "keep-alive: %xip:%u count %u\n", in prvTCPPrepareSend()
[all …]
DFreeRTOS_TCP_Utils.c112FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %xip:%u\n", ( unsigned ) ulMSS, ( unsigned… in prvSocketSetMSS()
DFreeRTOS_TCP_Reception.c274FreeRTOS_debug_printf( ( "MSS change %u -> %u\n", pxSocket->u.xTCP.usMSS, ( unsigned ) uxNewMSS ) … in prvSingleStepTCPHeaderOptions()
297FreeRTOS_debug_printf( ( "Change mss %d => %u\n", pxSocket->u.xTCP.usMSS, ( unsigned ) uxNewMSS ) … in prvSingleStepTCPHeaderOptions()
582FreeRTOS_debug_printf( ( "lTCPAddRxdata: stored %d / %u bytes? ?\n", ( int ) lStored, ( unsigned )… in prvStoreRxData()
DFreeRTOS_Sockets.c737 FreeRTOS_debug_printf( ( "FreeRTOS_select: interrupted\n" ) ); in FreeRTOS_select()
804 FreeRTOS_debug_printf( ( "prvFindSelectedSocket: failed\n" ) ); in prvFindSelectedSocket()
1255FreeRTOS_debug_printf( ( "vSocketBind: Socket already bound to %d\n", pxSocket->usLocalPort ) ); in FreeRTOS_bind()
1281 FreeRTOS_debug_printf( ( "FreeRTOS_bind: send event failed\n" ) ); in FreeRTOS_bind()
1394 FreeRTOS_debug_printf( ( "vSocketBind: %sP port %d in use\n", in vSocketBind()
1437 FreeRTOS_debug_printf( ( "vSocketBind: Socket no addr\n" ) ); in vSocketBind()
1516 FreeRTOS_debug_printf( ( "FreeRTOS_closesocket: failed\n" ) ); in FreeRTOS_closesocket()
1623FreeRTOS_debug_printf( ( "FreeRTOS_closesocket[%u to %xip:%u]: buffers %u socks %u\n", in vSocketClose()
1703 FreeRTOS_debug_printf( ( "Lost: Socket %u now has %u / %u child%s\n", in prvTCPSetSocketCount()
1741 FreeRTOS_debug_printf( ( "Set SO_%sBUF: wrong socket type\n", in prvSockopt_so_buffer()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/BufferManagement/
DBufferAllocation_1.c134FreeRTOS_debug_printf( ( "*** Warning *** %s %lu buffers left\n", cIsLow ? "only" : "now", uxCount… in prvShowWarnings()
276FreeRTOS_debug_printf( ( "pxGetNetworkBufferWithDescriptor: INVALID BUFFER: %p (valid %lu)\n", in pxGetNetworkBufferWithDescriptor()
384FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: Invalid buffer %p\n", pxNetworkBuffe… in vReleaseNetworkBufferAndDescriptor()
405FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: %p ALREADY RELEASED (now %lu)\n", in vReleaseNetworkBufferAndDescriptor()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h110 #error now called: FreeRTOS_debug_printf
254 #ifdef FreeRTOS_debug_printf
260 #ifndef FreeRTOS_debug_printf
261 #define FreeRTOS_debug_printf( MSG ) do {} while( ipFALSE_BOOL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/libslirp/
DMBuffNetworkInterface.c212FreeRTOS_debug_printf( ( "Dropping RX frame of length: %lu. eConsiderFrameForProcessing returned %… in vNetifReceiveTask()
228FreeRTOS_debug_printf( ( "Dropping TX frame of length: %lu. FreeRTOS+TCP event queue is full.\n", in vNetifReceiveTask()
272 FreeRTOS_debug_printf( ( "Dropping TX frame of length: %lu. xSendMsgBuffer is full.\n", in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/MPS2_AN385/
DNetworkInterface.c246 FreeRTOS_debug_printf( ( "%s: %d\n", "smsc9220_init failed", err ) ); in xNetworkInterfaceInitialise()
324 FreeRTOS_debug_printf( ( "Error send by chuncks: %d\n", in xNetworkInterfaceOutput()
331 FreeRTOS_debug_printf( ( "Packet size too large:%d\n", in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h46 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h44 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro

12