Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 21 of 21) sorted by relevance

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Darch.c161 printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer ); in prvPrintAvailableNetworkInterfaces()
171 printf( "%d. %s", lInterfaceNumber, xInterface->name ); in prvPrintAvailableNetworkInterfaces()
175 printf( " (%s)\r\n", xInterface->description ); in prvPrintAvailableNetworkInterfaces()
179 printf( " (No description available)\r\n" ); in prvPrintAvailableNetworkInterfaces()
190 printf( " \r\nNo network interfaces were found.\r\n" ); in prvPrintAvailableNetworkInterfaces()
194printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which shou… in prvPrintAvailableNetworkInterfaces()
195 printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE ); in prvPrintAvailableNetworkInterfaces()
199 printf( "\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" ); in prvPrintAvailableNetworkInterfaces()
244 printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name ); in prvOpenSelectedNetworkInterface()
279 printf( "\r\nThe packet filter string is invalid\r\n" ); in prvConfigureCaptureBehaviour()
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Darch.c161 printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer ); in prvPrintAvailableNetworkInterfaces()
171 printf( "%d. %s", lInterfaceNumber, xInterface->name ); in prvPrintAvailableNetworkInterfaces()
175 printf( " (%s)\r\n", xInterface->description ); in prvPrintAvailableNetworkInterfaces()
179 printf( " (No description available)\r\n" ); in prvPrintAvailableNetworkInterfaces()
190 printf( " \r\nNo network interfaces were found.\r\n" ); in prvPrintAvailableNetworkInterfaces()
194printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which shou… in prvPrintAvailableNetworkInterfaces()
195 printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE ); in prvPrintAvailableNetworkInterfaces()
199 printf( "\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" ); in prvPrintAvailableNetworkInterfaces()
244 printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name ); in prvOpenSelectedNetworkInterface()
279 printf( "\r\nThe packet filter string is invalid\r\n" ); in prvConfigureCaptureBehaviour()
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Darch.c161 printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer ); in prvPrintAvailableNetworkInterfaces()
171 printf( "%d. %s", lInterfaceNumber, xInterface->name ); in prvPrintAvailableNetworkInterfaces()
175 printf( " (%s)\r\n", xInterface->description ); in prvPrintAvailableNetworkInterfaces()
179 printf( " (No description available)\r\n" ); in prvPrintAvailableNetworkInterfaces()
190 printf( " \r\nNo network interfaces were found.\r\n" ); in prvPrintAvailableNetworkInterfaces()
194printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which shou… in prvPrintAvailableNetworkInterfaces()
195 printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE ); in prvPrintAvailableNetworkInterfaces()
199 printf( "\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" ); in prvPrintAvailableNetworkInterfaces()
244 printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name ); in prvOpenSelectedNetworkInterface()
279 printf( "\r\nThe packet filter string is invalid\r\n" ); in prvConfigureCaptureBehaviour()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Darch.c161 printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer ); in prvPrintAvailableNetworkInterfaces()
171 printf( "%d. %s", lInterfaceNumber, xInterface->name ); in prvPrintAvailableNetworkInterfaces()
175 printf( " (%s)\r\n", xInterface->description ); in prvPrintAvailableNetworkInterfaces()
179 printf( " (No description available)\r\n" ); in prvPrintAvailableNetworkInterfaces()
190 printf( " \r\nNo network interfaces were found.\r\n" ); in prvPrintAvailableNetworkInterfaces()
194printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which shou… in prvPrintAvailableNetworkInterfaces()
195 printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE ); in prvPrintAvailableNetworkInterfaces()
199 printf( "\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" ); in prvPrintAvailableNetworkInterfaces()
244 printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name ); in prvOpenSelectedNetworkInterface()
279 printf( "\r\nThe packet filter string is invalid\r\n" ); in prvConfigureCaptureBehaviour()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain.c122printf( "\r\nTrace started.\r\nThe trace will be dumped to disk if a call to configASSERT() fails.… in main()
123 printf( "\r\nThe trace will be dumped to disk if Enter is hit.\r\n" ); in main()
265 printf( "vAssertCalled( %s %lu )\n", pcFileName, ulLine ); in vAssertCalled()
306 printf( "\r\nTrace output saved to Trace.dump\r\n" ); in prvSaveTraceFile()
312 printf( "\r\nFailed to create trace dump file\r\n" ); in prvSaveTraceFile()
A DTCPEchoClient_SingleTasks.c186 printf( "\nConnecting to echo server %s:%d....\n", in prvEchoClientTask()
197 printf( "Connected to server %d times...\n", ulConnections[ xInstance ] ); in prvEchoClientTask()
212 printf( "\n\tSending %ld bytes of data to the echo server\n", lStringLength ); in prvEchoClientTask()
272printf( "\tReceived correct data %d times.\n", ulTxRxCycles[ xInstance ] ); in prvEchoClientTask()
279printf( "\tReceived incorrect data %d times.\n", ulTxRxFailures[ xInstance ] ); in prvEchoClientTask()
318 printf( "Could not connect to server, received error code %ld\n", ret ); in prvEchoClientTask()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-system-demo.c138 printf( "Creating file %s\r\n", cFilePath ); in prvCreateDemoFiles()
168 printf( "Creating directory %s\r\n", pcDirectory1 ); in prvCreateDemoFiles()
174 printf( "Creating directory %s\r\n", pcDirectory2 ); in prvCreateDemoFiles()
184 printf( "Writing file %s\r\n", cFilePath ); in prvCreateDemoFiles()
230 printf( "Reading file %s\r\n", cFilePath ); in prvVerifyDemoFiles()
265 printf( "Reading file %s\r\n", cFilePath ); in prvVerifyDemoFiles()
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A DNetworkInterface_WinPCap.c440 printf( "Could not obtain a list of network interfaces\n%s\n", cErrorBuffer ); in prvPrintAvailableNetworkInterfaces()
445 printf( "\r\n\r\nThe following network interfaces are available:\r\n\r\n" ); in prvPrintAvailableNetworkInterfaces()
459 printf( "\n" ); in prvPrintAvailableNetworkInterfaces()
480 printf( " \nNo network interfaces were found.\n" ); in prvPrintAvailableNetworkInterfaces()
484 printf( "\r\nThe interface that will be opened is set by " ); in prvPrintAvailableNetworkInterfaces()
492 printf( "interfaces are supported.\r\n\r\nHALTING\r\n\r\n\r\n" ); in prvPrintAvailableNetworkInterfaces()
538 printf( "\n%s is not supported by WinPcap and cannot be opened\n", pucInterfaceName ); in prvOpenInterface()
569 printf( "Successfully opened interface number %d.\n", x + 1 ); in prvOpenSelectedNetworkInterface()
573 printf( "Failed to open interface number %d.\n", x + 1 ); in prvOpenSelectedNetworkInterface()
606 printf( "\nThe packet filter string is invalid\n" ); in prvConfigureCaptureBehaviour()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/
A DSecureTCPServerTask.c108 printf( "Waiting for new connection\r\n" ); in vSecureTCPServerTask()
113 printf( "Connection established\r\n" ); in vSecureTCPServerTask()
137 printf( "Received by the secure server: %s\r\n", cReceivedString ); in vSecureTCPServerTask()
145 printf( "Connection closed, back to start\r\n\r\n" ); in vSecureTCPServerTask()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DTCPEchoClient_SingleTasks.c194 printf( "connecting to echo server....\n" ); in prvEchoClientTask()
200 printf( "Connected to server.. \n" ); in prvEchoClientTask()
213 printf( "sending data to the echo server size %ld original %d\n", in prvEchoClientTask()
221 printf( "FreeRTOS_send returned...transmitted %ld\n", in prvEchoClientTask()
230 printf( "data send receiving data... \n" ); in prvEchoClientTask()
320 printf( "Could not connect to server %ld\n", ret ); in prvEchoClientTask()
A DFreeRTOSIPConfig.h58 printf( "%p->%s %d: ", \
73 printf( "%p->%s %d: ", \
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Config/
A DFreeRTOSIPConfig.h49 #define FreeRTOS_debug_printf( X ) printf X
58 #define FreeRTOS_printf( X ) printf X
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/
A DTCPEchoClient_SingleTasks.c202 printf( "\n\tSending %d bytes of data to the echo server\n", lStringLength ); in prvEchoClientTask()
264printf( "\tReceived correct data %d times.\n", ulTxRxCycles[ xInstance ] ); in prvEchoClientTask()
271printf( "\tReceived incorrect data %d times.\n", ulTxRxFailures[ xInstance ] ); in prvEchoClientTask()
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/include/
A Dredosdeviations.h56printf( "Assertion failed in \"%s\" at line %u\n\r", ( ( file ) == NULL ) ? "" : ( file ), ( unsig…
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcellular_platform.h59 #define SdkLog( message ) printf message
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/
A DCLI-commands.c399 printf( "\r\nTrace output saved to Trace.dump\r\n" ); in prvSaveTraceFile()
403 printf( "\r\nFailed to create trace dump file\r\n" ); in prvSaveTraceFile()
A Dmain.c219 printf( "Message received!\r\n" ); in prvQueueReceiveTask()
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS-Kernel/
A Dfreertos_hooks_winsim.c71 printf( "vAssertCalled( %s, %u )\n", pcFile, ulLine ); in vAssertCalled()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/
A Dmain.c298 printf( "vAssertCalled %s, %ld\n", pcFile, ( long ) ulLine ); in vAssertCalled()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/
A Dmain.c296 printf( "vAssertCalled %s, %ld\n", pcFile, ( long ) ulLine ); in vAssertCalled()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dprintf-stdarg.c932 int printf( char const * const _Format, in printf() function

Completed in 53 milliseconds