/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCPv6/ |
D | FreeRTOS_DHCPv6_stubs.c | 193 …FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_8() 203 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_8() 215 …FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_16() 225 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_16() 237 …FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_32() 247 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_32() 260 …FreeRTOS_debug_printf( ( "Checking %s\n", xTestDHCPv6BitOperation[ ulTestDHCPv6BitOperationReadInd… in xStubvBitConfig_write_uc() 270 FreeRTOS_debug_printf( ( "Setting Error\n" ) ); in xStubvBitConfig_write_uc() 301 …FreeRTOS_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/ |
D | FreeRTOS_DHCP.c | 217 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() 405 … FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xHandleWaitingOffer() 411 FreeRTOS_debug_printf( ( "Send failed during eWaitingOffer/2.\n" ) ); in xHandleWaitingOffer() 417 … FreeRTOS_debug_printf( ( "vDHCPProcess: failed to generate a random Transaction ID\n" ) ); in xHandleWaitingOffer() 422 …FreeRTOS_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() 497 …FreeRTOS_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 …]
|
D | FreeRTOS_TCP_WIN.c | 433 FreeRTOS_debug_printf( ( "prvCreateSectors: malloc %u failed\n", in prvCreateSectors() 539 …FreeRTOS_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() 974 … FreeRTOS_debug_printf( ( "xTCPWindowRxConfirm[%u]: search %u (+%u=%u) found %u (+%d=%u)\n", in xTCPWindowRxConfirm() 1049 … FreeRTOS_debug_printf( ( "lTCPWindowRxCheck[%u,%u]: retran %u (Found %u bytes at %u cnt %d)\n", in prvTCPWindowRx_ExpectedRX() 1106 … FreeRTOS_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() 1232 … FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Received +%u bytes for %u, only using %d\n", in lTCPWindowRxCheck() 1257 …FreeRTOS_debug_printf( ( "lTCPWindowRxCheck: Refuse %u bytes, due to lack of space (%u)\n", ( unsi… in lTCPWindowRxCheck() [all …]
|
D | FreeRTOS_TCP_Utils_IPv6.c | 73 FreeRTOS_debug_printf( ( "prvSocketSetMSS_IPV6: NULL socket handler\n" ) ); in prvSocketSetMSS_IPV6() 110 …FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %s ip port %u\n", ( unsigned ) ulMSS, cIPv… in prvSocketSetMSS_IPV6()
|
D | FreeRTOS_TCP_IP_IPv4.c | 156 …FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket_IPV4() 188 … FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket_IPV4() 219 …FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) xRemoteIP.xIPAddr… in xProcessReceivedTCPPacket_IPV4() 259 …FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) xRemoteIP.xIPAddress.u… in xProcessReceivedTCPPacket_IPV4()
|
D | FreeRTOS_TCP_IP_IPv6.c | 149 …FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket_IPV6() 181 … FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket_IPV6() 212 …FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) xRemoteIP.xIPAddr… in xProcessReceivedTCPPacket_IPV6() 252 …FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) xRemoteIP.xIPAddress.u… in xProcessReceivedTCPPacket_IPV6()
|
D | FreeRTOS_IPv6_Utils.c | 224 …FreeRTOS_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()
|
D | FreeRTOS_Tiny_TCP.c | 210 …FreeRTOS_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()
|
D | FreeRTOS_TCP_State_Handling.c | 190 … FreeRTOS_debug_printf( ( "Inactive socket closed: port %u rem %xip:%u status %s\n", in prvTCPStatusAgeCheck() 319 … FreeRTOS_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() 612 … FreeRTOS_debug_printf( ( "Refusing FIN: Rx not complete %d (cur %u high %u)\n", in prvHandleEstablished() 624 … FreeRTOS_debug_printf( ( "TCP: FIN received, mayClose = %d (Rx %u Len %d, Tx %u)\n", in prvHandleEstablished() 770 … FreeRTOS_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()
|
D | FreeRTOS_TCP_IP.c | 179 … FreeRTOS_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() 475 … FreeRTOS_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() 718 … FreeRTOS_debug_printf( ( "xTCPCheckNewClient[0]: client on port %u\n", pxSocket->usLocalPort ) ); in xTCPCheckNewClient()
|
D | FreeRTOS_TCP_Transmission.c | 134 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() 887 … FreeRTOS_debug_printf( ( "uxStreamBufferGet: pos %d offs %u only %u != %d\n", in prvTCPPrepareSend() 909 … FreeRTOS_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 …]
|
D | FreeRTOS_DNS_Cache.c | 287 … FreeRTOS_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() 669 … FreeRTOS_debug_printf( ( "vShowDNSCacheTable: Undefined IP Type \n" ) ); in vShowDNSCacheTable()
|
D | FreeRTOS_DHCPv6.c | 567 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() 667 … FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xDHCPv6ProcessEndPoint_HandleState() 671 …FreeRTOS_debug_printf( ( "vDHCPProcess: giving up %lu > %lu ticks\n", EP_DHCPData.xDHCPTxPeriod, i… in xDHCPv6ProcessEndPoint_HandleState() 705 … FreeRTOS_debug_printf( ( "vDHCPProcess: timeout %lu ticks\n", EP_DHCPData.xDHCPTxPeriod ) ); in xDHCPv6ProcessEndPoint_HandleState() 711 … FreeRTOS_debug_printf( ( "vDHCPProcess: timeout period is out of bound, restart DHCPv6\n" ) ); in xDHCPv6ProcessEndPoint_HandleState() 770 … FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: wrong state: expect: %d got: %d : ignore\n", in vDHCPv6ProcessEndPoint() 782 …FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: enter %s (%d)\n", prvStateName( EP_DHCPData.eDHC… in vDHCPv6ProcessEndPoint() 791 FreeRTOS_debug_printf( ( "vDHCPv6ProcessEndPoint: Giving up\n" ) ); in vDHCPv6ProcessEndPoint() [all …]
|
D | FreeRTOS_TCP_Utils_IPv4.c | 85 …FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %xip port %u\n", ( unsigned ) ulMSS, ( uns… in prvSocketSetMSS_IPV4()
|
D | FreeRTOS_TCP_Reception.c | 274 …FreeRTOS_debug_printf( ( "MSS change %u -> %u\n", pxSocket->u.xTCP.usMSS, ( unsigned ) uxNewMSS ) … in prvSingleStepTCPHeaderOptions() 297 …FreeRTOS_debug_printf( ( "Change mss %d => %u\n", pxSocket->u.xTCP.usMSS, ( unsigned ) uxNewMSS ) … in prvSingleStepTCPHeaderOptions() 617 …FreeRTOS_debug_printf( ( "lTCPAddRxdata: stored %d / %u bytes? ?\n", ( int ) lStored, ( unsigned )… in prvStoreRxData()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/ |
D | NetworkInterface.c | 493 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() 767 …FreeRTOS_debug_printf( ( "Receiving < =========== network callback user: %s len: %d caplen: %d\n", in pcap_callback() 861 … FreeRTOS_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/ |
D | BufferAllocation_1.c | 134 …FreeRTOS_debug_printf( ( "*** Warning *** %s %lu buffers left\n", cIsLow ? "only" : "now", uxCount… in prvShowWarnings() 276 … FreeRTOS_debug_printf( ( "pxGetNetworkBufferWithDescriptor: INVALID BUFFER: %p (valid %lu)\n", in pxGetNetworkBufferWithDescriptor() 386 …FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: Invalid buffer %p\n", pxNetworkBuffe… in vReleaseNetworkBufferAndDescriptor() 407 … FreeRTOS_debug_printf( ( "vReleaseNetworkBufferAndDescriptor: %p ALREADY RELEASED (now %lu)\n", in vReleaseNetworkBufferAndDescriptor()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/libslirp/ |
D | MBuffNetworkInterface.c | 235 …FreeRTOS_debug_printf( ( "Dropping RX frame of length: %lu. eConsiderFrameForProcessing returned %… in vNetifReceiveTask() 254 … FreeRTOS_debug_printf( ( "Dropping TX frame of length: %lu. FreeRTOS+TCP event queue is full.\n", in vNetifReceiveTask() 282 …FreeRTOS_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/ |
D | FreeRTOSIPConfigDefaults.h | 114 #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/ |
D | NetworkInterface.c | 268 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/ |
D | FreeRTOSIPConfig.h | 42 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
|
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/ |
D | FreeRTOSIPConfig.h | 46 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/ |
D | FreeRTOSIPConfig.h | 44 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/ |
D | FreeRTOSIPConfig.h | 46 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/ |
D | FreeRTOSIPConfig.h | 51 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
|