| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/ |
| A D | FreeRTOS_TCP_server.h | 75 extern BaseType_t xApplicationFTPPasswordHook( const char * pcUserName, 88 BaseType_t xReadOnly; 113 BaseType_t xPortNumber; /* e.g. 80, 8080, 21 */ 114 BaseType_t xBackLog; /* e.g. 10, maximum number of connected TCP clients */ 122 BaseType_t xCount ); 132 BaseType_t FreeRTOS_TCPServerSignal( TCPServer_t * pxServer ); 133 BaseType_t FreeRTOS_TCPServerSignalFromISR( TCPServer_t * pxServer, 134 BaseType_t * pxHigherPriorityTaskWoken );
|
| A D | FreeRTOS_server_private.h | 62 typedef BaseType_t ( * FTCPWorkFunction ) ( struct xTCP_CLIENT * /* pxClient */ ); 119 BaseType_t xTransType; 120 BaseType_t xDirCount; 160 BaseType_t xHTTPClientWork( TCPClient_t * pxClient ); 161 BaseType_t xFTPClientWork( TCPClient_t * pxClient ); 166 BaseType_t xMakeAbsolute( struct xFTP_CLIENT * pxClient, 168 BaseType_t xBufferLength, 170 BaseType_t xMakeRelative( FTPClient_t * pxClient, 172 BaseType_t xBufferLength, 190 BaseType_t xServerCount;
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
| A D | Sample-CLI-commands.c | 55 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, 62 static BaseType_t prvRunTimeStatsCommand( char * pcWriteBuffer, 76 static BaseType_t prvParameterEchoCommand( char * pcWriteBuffer, 162 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, in prvTaskStatsCommand() 185 static BaseType_t prvRunTimeStatsCommand( char * pcWriteBuffer, in prvRunTimeStatsCommand() 213 BaseType_t xParameterStringLength, xReturn; in prvThreeParameterEchoCommand() 214 static BaseType_t lParameterNumber = 0; in prvThreeParameterEchoCommand() 277 static BaseType_t prvParameterEchoCommand( char * pcWriteBuffer, in prvParameterEchoCommand() 282 BaseType_t xParameterStringLength, xReturn; in prvParameterEchoCommand() 283 static BaseType_t lParameterNumber = 0; in prvParameterEchoCommand() [all …]
|
| A D | File-Related-CLI-commands.c | 71 static BaseType_t prvDIRCommand( char * pcWriteBuffer, 78 static BaseType_t prvDELCommand( char * pcWriteBuffer, 721 BaseType_t xParameterStringLength; in prvDELCommand() 777 BaseType_t xParameterStringLength; in prvCOPYCommand() 849 BaseType_t xParameterStringLength; in prvCREATECommand() 905 BaseType_t xParameterStringLength; in prvMKDIRCommand() 961 BaseType_t xParameterStringLength; in prvRENAMECommand() 1033 BaseType_t xParameterStringLength; in prvLINKCommand() 1106 BaseType_t xParameterStringLength; in prvSTATCommand() 1355 BaseType_t xParameterStringLength; in prvTRANSMASKSETCommand() [all …]
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/ |
| A D | CLI-commands.c | 234 BaseType_t xSpacePadding; in prvTaskStatsCommand() 275 BaseType_t xSpacePadding; in prvRunTimeStatsCommand() 316 BaseType_t xParameterStringLength, xReturn; in prvThreeParameterEchoCommand() 317 static BaseType_t lParameterNumber = 0; in prvThreeParameterEchoCommand() 385 BaseType_t xParameterStringLength, xReturn; in prvParameterEchoCommand() 386 static BaseType_t lParameterNumber = 0; in prvParameterEchoCommand() 548 static BaseType_t xIndex = -1; in prvDisplayIPDebugStats() 550 BaseType_t xReturn; in prvDisplayIPDebugStats() 586 static BaseType_t xIndex = 0; in prvDisplayIPConfig() 587 BaseType_t xReturn; in prvDisplayIPConfig() [all …]
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/ |
| A D | Sample-CLI-commands.c | 64 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, 72 static BaseType_t prvRunTimeStatsCommand( char * pcWriteBuffer, 87 static BaseType_t prvParameterEchoCommand( char * pcWriteBuffer, 95 static BaseType_t prvQueryHeapCommand( char * pcWriteBuffer, 207 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, in prvTaskStatsCommand() 212 BaseType_t xSpacePadding; in prvTaskStatsCommand() 250 static BaseType_t prvQueryHeapCommand( char * pcWriteBuffer, in prvQueryHeapCommand() 278 BaseType_t xSpacePadding; in prvRunTimeStatsCommand() 321 BaseType_t xParameterStringLength, xReturn; in prvThreeParameterEchoCommand() 390 BaseType_t xParameterStringLength, xReturn; in prvParameterEchoCommand() [all …]
|
| A D | File-Related-CLI-commands.c | 74 static BaseType_t prvDIRCommand( char * pcWriteBuffer, 81 static BaseType_t prvCDCommand( char * pcWriteBuffer, 88 static BaseType_t prvDELCommand( char * pcWriteBuffer, 95 static BaseType_t prvTYPECommand( char * pcWriteBuffer, 102 static BaseType_t prvCOPYCommand( char * pcWriteBuffer, 244 static BaseType_t prvCDCommand( char * pcWriteBuffer, in prvCDCommand() 249 BaseType_t xParameterStringLength; in prvCDCommand() 290 BaseType_t xReturn = pdFALSE; in prvDIRCommand() 357 BaseType_t xParameterStringLength; in prvDELCommand() 397 BaseType_t xParameterStringLength; in prvCOPYCommand() [all …]
|
| A D | UDP-Related-CLI-commands.c | 55 static BaseType_t prvDisplayIPConfig( char * pcWriteBuffer, 62 static BaseType_t prvDisplayIPDebugStats( char * pcWriteBuffer, 69 static BaseType_t prvPingCommand( char * pcWriteBuffer, 132 static BaseType_t prvPingCommand( char * pcWriteBuffer, in prvPingCommand() 137 BaseType_t lParameterStringLength, xReturn; in prvPingCommand() 225 static BaseType_t prvDisplayIPDebugStats( char * pcWriteBuffer, in prvDisplayIPDebugStats() 229 static BaseType_t xIndex = -1; in prvDisplayIPDebugStats() 231 BaseType_t xReturn; in prvDisplayIPDebugStats() 263 static BaseType_t prvDisplayIPConfig( char * pcWriteBuffer, in prvDisplayIPConfig() 267 static BaseType_t xIndex = 0; in prvDisplayIPConfig() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/ |
| A D | CLI-commands.c | 51 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, 59 static BaseType_t prvRunTimeStatsCommand( char * pcWriteBuffer, 75 static BaseType_t prvParameterEchoCommand( char * pcWriteBuffer, 83 static BaseType_t prvStartStopTraceCommand( char * pcWriteBuffer, 150 static BaseType_t prvTaskStatsCommand( char * pcWriteBuffer, in prvTaskStatsCommand() 173 static BaseType_t prvRunTimeStatsCommand( char * pcWriteBuffer, in prvRunTimeStatsCommand() 201 BaseType_t lParameterStringLength, xReturn; in prvThreeParameterEchoCommand() 202 static BaseType_t lParameterNumber = 0; in prvThreeParameterEchoCommand() 270 BaseType_t lParameterStringLength, xReturn; in prvParameterEchoCommand() 271 static BaseType_t lParameterNumber = 0; in prvParameterEchoCommand() [all …]
|
| /FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/ |
| A D | mqtt_demo_helpers.h | 50 BaseType_t xEstablishMqttSession( MQTTContext_t * pxMqttContext, 74 BaseType_t xDisconnectMqttSession( MQTTContext_t * pxMqttContext, 88 BaseType_t xSubscribeToTopic( MQTTContext_t * pxMqttContext, 103 BaseType_t xUnsubscribeFromTopic( MQTTContext_t * pxMqttContext, 119 BaseType_t xPublishToTopic( MQTTContext_t * pxMqttContext, 134 BaseType_t xProcessLoop( MQTTContext_t * pxMqttContext,
|
| A D | mqtt_pkcs11_demo_helpers.h | 52 BaseType_t xEstablishMqttSession( MQTTContext_t * pxMqttContext, 78 BaseType_t xDisconnectMqttSession( MQTTContext_t * pxMqttContext, 92 BaseType_t xSubscribeToTopic( MQTTContext_t * pxMqttContext, 107 BaseType_t xUnsubscribeFromTopic( MQTTContext_t * pxMqttContext, 123 BaseType_t xPublishToTopic( MQTTContext_t * pxMqttContext, 138 BaseType_t xProcessLoop( MQTTContext_t * pxMqttContext,
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/Common/ |
| A D | FreeRTOS_TCP_server.c | 70 BaseType_t xSize; in FreeRTOS_CreateTCPServer() 79 BaseType_t xNoTimeout = 0; in FreeRTOS_CreateTCPServer() 80 BaseType_t xIndex; in FreeRTOS_CreateTCPServer() 169 BaseType_t xSize = 0; in prvReceiveNewClient() 251 BaseType_t xIndex; in FreeRTOS_TCPServerWork() 252 BaseType_t xRc; in FreeRTOS_TCPServerWork() 307 BaseType_t xLength; in strnew() 341 BaseType_t xIndex; in FreeRTOS_TCPServerSignal() 342 BaseType_t xResult = pdFALSE; in FreeRTOS_TCPServerSignal() 367 BaseType_t xIndex; in FreeRTOS_TCPServerSignalFromISR() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | TCPEchoClient_SingleTasks.c | 96 static BaseType_t xHasStarted = pdFALSE; 114 BaseType_t xCount = 0; in vStartTCPEchoClientTasks_SingleTasks() 115 BaseType_t x; in vStartTCPEchoClientTasks_SingleTasks() 146 static BaseType_t xIsFatalError( BaseType_t xCode ) in xIsFatalError() 148 BaseType_t xReturn = pdFALSE; in xIsFatalError() 164 BaseType_t lStringLength; in vTCPCreateAndSendData() 165 BaseType_t lTransmitted; in vTCPCreateAndSendData() 169 BaseType_t xStreamBufferLength; in vTCPCreateAndSendData() 229 BaseType_t lTransmitted; in prvEchoClientTask() 294 BaseType_t xResult; in prvEchoClientTask() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/include/ |
| A D | NTPDemo.h | 43 void vNTPSetNTPType( BaseType_t aIPType, 44 BaseType_t xAsynchronous, 45 BaseType_t xLogging ); 50 extern BaseType_t xNTPHasTime;
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/ |
| A D | FreeRTOS_FTP_server.c | 295 BaseType_t xRc; in xFTPClientWork() 314 BaseType_t xIndex; in xFTPClientWork() 922 BaseType_t xResult; in prvTransferConnect() 1023 BaseType_t xResult; in prvTransferStart() 1059 BaseType_t xRxSize; in prvTransferCheck() 1434 BaseType_t xResult; in prvStoreFilePrep() 1807 BaseType_t xRc = 0; in prvRetrieveFileWork() 1950 BaseType_t x; in prvRetrieveFileWork() 2240 BaseType_t xResult; in prvChangeDir() 2669 BaseType_t xResult; in prvMakeRemoveDir() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/ |
| A D | code_coverage_additions.c | 56 static BaseType_t prvTraceUtils( void ); 79 static BaseType_t prvTaskTags( void ); 85 static BaseType_t prvTimerQuery( void ); 92 BaseType_t xReturn = pdPASS; in prvStaticAllocationsWithNullBuffers() 150 BaseType_t xReturn = pdPASS; in prvTraceUtils() 275 BaseType_t xReturn = pdPASS; in prvPeekTimeout() 377 BaseType_t xReturn = pdPASS; in prvTaskQueryFunctions() 503 static BaseType_t prvTaskTags( void ) in prvTaskTags() 505 BaseType_t xReturn = pdPASS, xParameter = ( BaseType_t ) 0xDEADBEEF; in prvTaskTags() 589 BaseType_t xReturn = pdPASS; in prvTimerQuery() [all …]
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/HTTP_Server/ |
| A D | FreeRTOS_HTTP_server.c | 81 BaseType_t xIndex ); 86 BaseType_t xCode ); 141 BaseType_t xCode ) in prvSendReply() 144 BaseType_t xRc; in prvSendReply() 176 BaseType_t xRc = 0; in prvSendFile() 243 BaseType_t xRc; in prvOpenURL() 316 BaseType_t xResult = 0; in prvProcessCmd() 345 BaseType_t xRc; in xHTTPClientWork() 357 BaseType_t xIndex; in xHTTPClientWork() 385 BaseType_t xLength; in xHTTPClientWork() [all …]
|
| /FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ |
| A D | FreeRTOS_CLI.h | 41 typedef BaseType_t (* pdCOMMAND_LINE_CALLBACK)( char * pcWriteBuffer, 72 …BaseType_t FreeRTOS_CLIRegisterCommand( const CLI_Command_Definition_t * const pxCommandToRegister… 80 …BaseType_t FreeRTOS_CLIRegisterCommandStatic( const CLI_Command_Definition_t * const pxCommandToRe… 95 BaseType_t FreeRTOS_CLIProcessCommand( const char * const pcCommandInput, 119 BaseType_t * pxParameterStringLength );
|
| A D | FreeRTOS_CLI.c | 62 static BaseType_t prvHelpCommand( char * pcWriteBuffer, 112 …BaseType_t FreeRTOS_CLIRegisterCommand( const CLI_Command_Definition_t * const pxCommandToRegister… in FreeRTOS_CLIRegisterCommand() 114 BaseType_t xReturn = pdFAIL; in FreeRTOS_CLIRegisterCommand() 138 …BaseType_t FreeRTOS_CLIRegisterCommandStatic( const CLI_Command_Definition_t * const pxCommandToRe… in FreeRTOS_CLIRegisterCommandStatic() 153 BaseType_t FreeRTOS_CLIProcessCommand( const char * const pcCommandInput, in FreeRTOS_CLIProcessCommand() 158 BaseType_t xReturn = pdTRUE; in FreeRTOS_CLIProcessCommand() 238 BaseType_t * pxParameterStringLength ) in FreeRTOS_CLIGetParameter() 325 static BaseType_t prvHelpCommand( char * pcWriteBuffer, in prvHelpCommand() 330 BaseType_t xReturn; in prvHelpCommand() 363 BaseType_t xLastCharacterWasSpace = pdFALSE; in prvGetNumberOfParameters()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/ |
| A D | code_signature_verification_mbedtls.c | 81 BaseType_t xAsymmetricAlgorithm; 82 BaseType_t xHashAlgorithm; 95 static BaseType_t prvSignatureVerificationStart( void ** ppvContext, 123 static BaseType_t prvSignatureVerificationFinal( void * pvContext, 229 static BaseType_t prvVerifySignature( char * pcSignerCertificate, in prvVerifySignature() 231 BaseType_t xHashAlgorithm, in prvVerifySignature() 237 BaseType_t xResult = pdTRUE; in prvVerifySignature() 286 static BaseType_t prvSignatureVerificationStart( void ** ppvContext, in prvSignatureVerificationStart() 290 BaseType_t xResult = pdTRUE; in prvSignatureVerificationStart() 340 static BaseType_t prvSignatureVerificationFinal( void * pvContext, in prvSignatureVerificationFinal() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/Logging/include/ |
| A D | logging.h | 40 void vLoggingInit( BaseType_t xLogToStdout, 41 BaseType_t xLogToFile, 42 BaseType_t xLogToUDP,
|
| /FreeRTOS-Plus/Source/Utilities/logging/ |
| A D | logging.h | 42 void vLoggingInit( BaseType_t xLogToStdout, 43 BaseType_t xLogToFile, 44 BaseType_t xLogToUDP,
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/ |
| A D | TCPEchoClient_SingleTasks.c | 88 static BaseType_t prvCreateTxData( char * ucBuffer, 112 BaseType_t x; in vStartTCPEchoClientTasks_SingleTasks() 134 BaseType_t xReceivedBytes, xReturned, xInstance; in prvEchoClientTask() 135 BaseType_t lTransmitted, lStringLength; in prvEchoClientTask() 139 BaseType_t ret; in prvEchoClientTask() 150 xInstance = ( BaseType_t ) pvParameters; in prvEchoClientTask() 333 static BaseType_t prvCreateTxData( char * cBuffer, in prvCreateTxData() 336 BaseType_t lCharactersToAdd, lCharacter; in prvCreateTxData() 338 const BaseType_t lMinimumLength = 60; in prvCreateTxData() 365 BaseType_t xAreSingleTaskTCPEchoClientsStillRunning( void ) in xAreSingleTaskTCPEchoClientsStillRunning() [all …]
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/ |
| A D | test_tcp.c | 418 BaseType_t xResult; 587 BaseType_t xResult; in prvSetSockOptHelper() 699 BaseType_t xResult; in prvSendHelper() 737 BaseType_t xResult; in prvRecvHelper() 779 BaseType_t xResult; in prvShutdownHelper() 808 BaseType_t xResult; in prvCloseHelper() 854 BaseType_t xReturn; in prvCheckRxTxBuffers() 897 BaseType_t xResult; in prvCheckBufferUnmodified() 979 BaseType_t xResult; in prvSOCKETS_CloseInvalidParams() 997 BaseType_t xResult; in prvSOCKETS_CloseWithoutReceiving() [all …]
|
| /FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/ |
| A D | plus_tcp_hooks_winsim.c | 77 BaseType_t xApplicationDNSQueryHook_Multi( struct xNetworkEndPoint * pxEndPoint, in xApplicationDNSQueryHook_Multi() 80 BaseType_t xApplicationDNSQueryHook( const char * pcName ) in xApplicationDNSQueryHook_Multi() 83 BaseType_t xReturn; in xApplicationDNSQueryHook_Multi() 110 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() 150 static BaseType_t xTasksAlreadyCreated = pdFALSE; in vApplicationIPNetworkEventHook_Multi() 181 BaseType_t xResult; in vPlatformInitIpStack() 216 extern NetworkInterface_t * pxLibslirp_FillInterfaceDescriptor( BaseType_t xEMACIndex, in vPlatformInitIpStack() 220 extern NetworkInterface_t * pxWinPcap_FillInterfaceDescriptor( BaseType_t xEMACIndex, in vPlatformInitIpStack() 245 BaseType_t xPlatformIsNetworkUp( void ) in xPlatformIsNetworkUp()
|