Home
last modified time | relevance | path

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

1234

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCPv6/
DFreeRTOS_DHCPv6_stubs.c193FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_8()
203 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_8()
215FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_16()
225 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_16()
237FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_32()
247 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_32()
260FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_uc()
270 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_uc()
301FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubucBitConfig_read_8()
311 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubucBitConfig_read_8()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DHCP.c217 FreeRTOS_debug_printf( ( "DHCP wrong state: expect: %d got: %d : ignore\n", in vDHCPProcess()
360 FreeRTOS_debug_printf( ( "Send failed during eWaitingOffer/1.\n" ) ); in xHandleWaitingOffer()
405FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xHandleWaitingOffer()
411 FreeRTOS_debug_printf( ( "Send failed during eWaitingOffer/2.\n" ) ); in xHandleWaitingOffer()
417FreeRTOS_debug_printf( ( "vDHCPProcess: failed to generate a random Transaction ID\n" ) ); in xHandleWaitingOffer()
422FreeRTOS_debug_printf( ( "vDHCPProcess: giving up %lu > %lu ticks\n", EP_DHCPData.xDHCPTxPeriod, i… in xHandleWaitingOffer()
484 FreeRTOS_debug_printf( ( "Send failed during eWaitingAcknowledge.\n" ) ); in vHandleWaitingAcknowledge()
497FreeRTOS_debug_printf( ( "vDHCPProcess: acked %xip\n", ( unsigned int ) FreeRTOS_ntohl( EP_DHCPDat… in vHandleWaitingAcknowledge()
590 FreeRTOS_debug_printf( ( "Send failed during eWaitingSendFirstDiscover\n" ) ); in xHandleWaitingFirstDiscover()
645 FreeRTOS_debug_printf( ( "Send failed eLeasedAddress.\n" ) ); in prvHandleWaitingeLeasedAddress()
[all …]
DFreeRTOS_TCP_WIN.c433 FreeRTOS_debug_printf( ( "prvCreateSectors: malloc %u failed\n", in prvCreateSectors()
539FreeRTOS_debug_printf( ( "xTCPWindow%cxNew: Error: all segments occupied\n", ( xIsForRx != 0 ) ? '… in xTCPWindowNew()
622 FreeRTOS_debug_printf( ( "xTCPWindowRxEmpty: cur %u highest %u (empty)\n", in xTCPWindowRxEmpty()
807 FreeRTOS_debug_printf( ( "vTCPWindowCreate: for WinLen = Rx/Tx: %u/%u\n", in vTCPWindowCreate()
974FreeRTOS_debug_printf( ( "xTCPWindowRxConfirm[%u]: search %u (+%u=%u) found %u (+%d=%u)\n", in xTCPWindowRxConfirm()
1049FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%u,%u]: retran %u (Found %u bytes at %u cnt %d)\n", in prvTCPWindowRx_ExpectedRX()
1106FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%d,%d]: seqnr %u exp %u (dist %d) SACK to %u\n", in prvTCPWindowRx_UnexpectedRX()
1156 FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%u,%u]: seqnr %u (cnt %u)\n", in prvTCPWindowRx_UnexpectedRX()
1232FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Received +%u bytes for %u, only using %d\n", in lTCPWindowRxCheck()
1257FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Refuse %u bytes, due to lack of space (%u)\n", ( unsi… in lTCPWindowRxCheck()
[all …]
DFreeRTOS_TCP_Utils_IPv6.c73 FreeRTOS_debug_printf( ( "prvSocketSetMSS_IPV6: NULL socket handler\n" ) ); in prvSocketSetMSS_IPV6()
110FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %s ip port %u\n", ( unsigned ) ulMSS, cIPv… in prvSocketSetMSS_IPV6()
DFreeRTOS_TCP_IP_IPv4.c156FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket_IPV4()
188FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket_IPV4()
219FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) xRemoteIP.xIPAddr… in xProcessReceivedTCPPacket_IPV4()
259FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) xRemoteIP.xIPAddress.u… in xProcessReceivedTCPPacket_IPV4()
DFreeRTOS_TCP_IP_IPv6.c149FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket_IPV6()
181FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket_IPV6()
212FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) xRemoteIP.xIPAddr… in xProcessReceivedTCPPacket_IPV6()
252FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) xRemoteIP.xIPAddress.u… in xProcessReceivedTCPPacket_IPV6()
DFreeRTOS_IPv6_Utils.c224FreeRTOS_debug_printf( ( "The length %lu + %lu of extension header is larger than buffer size %lu … in usGetExtensionHeaderLength()
234 FreeRTOS_debug_printf( ( "Stop at header %u\n", ucNextHeader ) ); in usGetExtensionHeaderLength()
243 FreeRTOS_debug_printf( ( "Going from header %2u (%d) to %2u (%d)\n", in usGetExtensionHeaderLength()
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.c190FreeRTOS_debug_printf( ( "Inactive socket closed: port %u rem %xip:%u status %s\n", in prvTCPStatusAgeCheck()
319FreeRTOS_debug_printf( ( "TCP: send FIN+ACK (ack %u, cur/nxt %u/%u) ourSeqNr %u | Rx %u\n", in prvTCPHandleFin()
377 FreeRTOS_debug_printf( ( "%s: flags %04X expected, not %04X\n", in prvHandleSynReceived()
445 FreeRTOS_debug_printf( ( "TCP: %s %u => %s port %u set ESTAB (scaling %u)\n", in prvHandleSynReceived()
598 FreeRTOS_debug_printf( ( "Refusing FIN[%u,%u]: RxCompl %d tx done %d\n", in prvHandleEstablished()
612FreeRTOS_debug_printf( ( "Refusing FIN: Rx not complete %d (cur %u high %u)\n", in prvHandleEstablished()
624FreeRTOS_debug_printf( ( "TCP: FIN received, mayClose = %d (Rx %u Len %d, Tx %u)\n", in prvHandleEstablished()
770FreeRTOS_debug_printf( ( "eSYN_RECEIVED: ACK expected, not SYN: peer missed our SYN+ACK\n" ) ); in prvTCPHandleState()
1025 FreeRTOS_debug_printf( ( "Gain: Socket %u now has %u / %u child%s\n", in prvTCPSocketCopy()
1034 FreeRTOS_debug_printf( ( "TCP: Listen: new socket bind error\n" ) ); in prvTCPSocketCopy()
DFreeRTOS_TCP_IP.c179FreeRTOS_debug_printf( ( "Send[%u->%u] del ACK %u SEQ %u (len %u)\n", in xTCPSocketCheck()
304 FreeRTOS_debug_printf( ( "Move from %s to %s\n", in vTCPStateChange()
475FreeRTOS_debug_printf( ( "Restoring a reuse socket port %u\n", pxSocket->usLocalPort ) ); in vTCPStateChange()
529 FreeRTOS_debug_printf( ( "Socket %u -> [%s]:%u State %s->%s\n", in vTCPStateChange()
590 FreeRTOS_debug_printf( ( "Connect[%xip:%u]: next timeout %u: %u ms\n", in prvTCPNextTimeout()
718FreeRTOS_debug_printf( ( "xTCPCheckNewClient[0]: client on port %u\n", pxSocket->usLocalPort ) ); in xTCPCheckNewClient()
DFreeRTOS_TCP_Transmission.c134 FreeRTOS_debug_printf( ( "Connect: giving up %xip:%u\n", in prvTCPSendPacket()
426 FreeRTOS_debug_printf( ( "Suppress FIN for %u + %u < %u\n", in prvTCPReturn_SetSequenceNumber()
456 FreeRTOS_debug_printf( ( "Limits (using): TCP Win size %u Water %u <= %u <= %u\n", in prvTCPCreateWindow()
541 FreeRTOS_debug_printf( ( "prvWinScaleFactor: uxRxWinSize %u MSS %u Factor %u\n", in prvWinScaleFactor()
887FreeRTOS_debug_printf( ( "uxStreamBufferGet: pos %d offs %u only %u != %d\n", in prvTCPPrepareSend()
909FreeRTOS_debug_printf( ( "CheckClose %u <= %u (%u <= %u <= %u)\n", in prvTCPPrepareSend()
949 FreeRTOS_debug_printf( ( "keep-alive: giving up %xip:%u\n", in prvTCPPrepareSend()
975 FreeRTOS_debug_printf( ( "keep-alive: %xip:%u count %u\n", in prvTCPPrepareSend()
1092 FreeRTOS_debug_printf( ( "SACK[%u,%u]: optlen %u sending %u - %u\n", in prvSetOptions()
1123 FreeRTOS_debug_printf( ( "MSS: sending %u\n", pxSocket->u.xTCP.usMSS ) ); in prvSetOptions()
[all …]
DFreeRTOS_DNS_Cache.c287FreeRTOS_debug_printf( ( "FreeRTOS_ProcessDNSCache: Undefined IP Type \n" ) ); in FreeRTOS_ProcessDNSCache()
295 FreeRTOS_debug_printf( ( "FreeRTOS_ProcessDNSCache: %s: '%s' @ %s (TTL %u)\n", in FreeRTOS_ProcessDNSCache()
524 FreeRTOS_debug_printf( ( "prvReadDNSCache: Undefined IP Type \n" ) ); in prvReadDNSCache()
611 FreeRTOS_debug_printf( ( "Prepare_CacheLookup: Undefined xFamily \n" ) ); in Prepare_CacheLookup()
669FreeRTOS_debug_printf( ( "vShowDNSCacheTable: Undefined IP Type \n" ) ); in vShowDNSCacheTable()
DFreeRTOS_DHCPv6.c567 FreeRTOS_debug_printf( ( "xGivingUp because call-back 2\n" ) ); in xDHCPv6ProcessEndPoint_HandleAdvertise()
615 FreeRTOS_debug_printf( ( "xGivingUp because socket is closed\n" ) ); in xDHCPv6ProcessEndPoint_HandleState()
636 FreeRTOS_debug_printf( ( "xGivingUp because call-back\n" ) ); in xDHCPv6ProcessEndPoint_HandleState()
667FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xDHCPv6ProcessEndPoint_HandleState()
671FreeRTOS_debug_printf( ( "vDHCPProcess: giving up %lu > %lu ticks\n", EP_DHCPData.xDHCPTxPeriod, i… in xDHCPv6ProcessEndPoint_HandleState()
705FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xDHCPv6ProcessEndPoint_HandleState()
711FreeRTOS_debug_printf( ( "vDHCPProcess: timeout period is out of bound, restart DHCPv6\n" ) ); in xDHCPv6ProcessEndPoint_HandleState()
770FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: wrong state: expect: %d got: %d : ignore\n", in vDHCPv6ProcessEndPoint()
782FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: enter %s (%d)\n", prvStateName( EP_DHCPData.eDHC… in vDHCPv6ProcessEndPoint()
791 FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: Giving up\n" ) ); in vDHCPv6ProcessEndPoint()
[all …]
DFreeRTOS_TCP_Utils_IPv4.c85FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %xip port %u\n", ( unsigned ) ulMSS, ( uns… in prvSocketSetMSS_IPV4()
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()
617FreeRTOS_debug_printf( ( "lTCPAddRxdata: stored %d / %u bytes? ?\n", ( int ) lStored, ( unsigned )… in prvStoreRxData()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/
DNetworkInterface.c493 FreeRTOS_debug_printf( ( "setting device modes of operation...\n" ) ); in prvSetDeviceModes()
552 FreeRTOS_debug_printf( ( "opening interface %s\n", pucInterfaceName ) ); in prvOpenInterface()
570 FreeRTOS_debug_printf( ( "pcap activate error %s\n", in prvOpenInterface()
616 FreeRTOS_debug_printf( ( "Successfully opened interface number %d.\n", x + 1 ) ); in prvOpenSelectedNetworkInterface()
641 FreeRTOS_debug_printf( ( "Creating Threads ..\n" ) ); in prvCreateWorkerThreads()
706 FreeRTOS_debug_printf( ( "Configuring Capture behaviour\n" ) ); in prvConfigureCaptureBehaviour()
718 FreeRTOS_debug_printf( ( "pcap filter to compile: %s\n", pcap_filter ) ); in prvConfigureCaptureBehaviour()
767FreeRTOS_debug_printf( ( "Receiving < =========== network callback user: %s len: %d caplen: %d\n", in pcap_callback()
861FreeRTOS_debug_printf( ( "Sending ========== > data pcap_sendpadcket %lu\n", xLength ) ); in prvLinuxPcapSendThread()
1086 FreeRTOS_debug_printf( ( "%.2X ", bin_data[ i ] ) ); in print_hex()
[all …]
/FreeRTOS-Plus-TCP-v4.0.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()
386FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: Invalid buffer %p\n", pxNetworkBuffe… in vReleaseNetworkBufferAndDescriptor()
407FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: %p ALREADY RELEASED (now %lu)\n", in vReleaseNetworkBufferAndDescriptor()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/libslirp/
DMBuffNetworkInterface.c235FreeRTOS_debug_printf( ( "Dropping RX frame of length: %lu. eConsiderFrameForProcessing returned %… in vNetifReceiveTask()
254FreeRTOS_debug_printf( ( "Dropping TX frame of length: %lu. FreeRTOS+TCP event queue is full.\n", in vNetifReceiveTask()
282FreeRTOS_debug_printf( ( "xNetworkInterfaceOutput: %p:%p\n", pxNetworkBuffer, pxNetworkBuffer->puc… in xNetworkInterfaceOutput()
303 FreeRTOS_debug_printf( ( "Dropping TX frame of length: %lu. xSendMsgBuffer is full.\n", in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOSIPConfigDefaults.h114 #error now called: FreeRTOS_debug_printf
303 #ifdef FreeRTOS_debug_printf
309 #ifndef FreeRTOS_debug_printf
310 #define FreeRTOS_debug_printf( MSG ) do {} while( ipFALSE_BOOL ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/
DNetworkInterface.c268 FreeRTOS_debug_printf( ( "%s: %d\n", "smsc9220_init failed", err ) ); in xMPS2_NetworkInterfaceInitialise()
349 FreeRTOS_debug_printf( ( "Error send by chuncks: %d\n", in xMPS2_NetworkInterfaceOutput()
356 FreeRTOS_debug_printf( ( "Packet size too large:%d\n", in xMPS2_NetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h46 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSIPConfig.h44 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h46 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h51 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro

1234