Searched refs:uxBlockTimeTicks (Results 1 – 9 of 9) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ |
D | Portable.c | 205 TickType_t uxBlockTimeTicks ) in FreeRTOS_SendPingRequest() argument 209 ( void ) uxBlockTimeTicks; in FreeRTOS_SendPingRequest()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/ |
D | FreeRTOS_IP_utest.c | 249 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig() local 258 …ptor_ExpectAndReturn( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, uxBlockTimeTicks, pxNetworkBuf… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig() 260 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig() 273 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS - 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeLessThanConfig() local 282 …ptor_ExpectAndReturn( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, uxBlockTimeTicks, pxNetworkBuf… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeLessThanConfig() 284 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeLessThanConfig() 298 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS + 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig() local 309 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig() 322 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS + 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig_NULLBufferReturned() local 327 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig_NULLBufferReturned() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP.h | 346 TickType_t uxBlockTimeTicks ); 370 TickType_t uxBlockTimeTicks, 377 TickType_t uxBlockTimeTicks );
|
D | FreeRTOS_ND.h | 160 TickType_t uxBlockTimeTicks );
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/ |
D | FreeRTOS_IP_DiffConfig1_utest.c | 434 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfigBackwardCompatible() local 443 …ptor_ExpectAndReturn( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, uxBlockTimeTicks, pxNetworkBuf… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfigBackwardCompatible() 445 pvReturn = FreeRTOS_GetUDPPayloadBuffer( uxRequestedSizeBytes, uxBlockTimeTicks ); in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfigBackwardCompatible() 772 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig_IPv6NotSupported() local 781 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv6… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig_IPv6NotSupported()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_IP.c | 819 TickType_t uxBlockTimeTicks ) in FreeRTOS_GetUDPPayloadBuffer() argument 821 … return FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4 ); in FreeRTOS_GetUDPPayloadBuffer() 839 TickType_t uxBlockTimeTicks, in FreeRTOS_GetUDPPayloadBuffer_Multi() argument 844 TickType_t uxBlockTime = uxBlockTimeTicks; in FreeRTOS_GetUDPPayloadBuffer_Multi() 1268 TickType_t uxBlockTimeTicks ) in FreeRTOS_SendPingRequest() argument 1293 pxNetworkBuffer = pxGetNetworkBufferWithDescriptor( uxTotalLength, uxBlockTimeTicks ); in FreeRTOS_SendPingRequest() 1327 if( xSendEventStructToIPTask( &( xStackTxEvent ), uxBlockTimeTicks ) != pdPASS ) in FreeRTOS_SendPingRequest()
|
D | FreeRTOS_ND.c | 679 TickType_t uxBlockTimeTicks ) in FreeRTOS_SendPingRequestIPv6() argument 741 …pxGetNetworkBufferWithDescriptor( BUFFER_FROM_WHERE_CALL( 181 ) uxPacketLength, uxBlockTimeTicks ); in FreeRTOS_SendPingRequestIPv6() 798 if( xSendEventStructToIPTask( &xStackTxEvent, uxBlockTimeTicks ) != pdPASS ) in FreeRTOS_SendPingRequestIPv6()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/ |
D | freertos_api.c | 215 TickType_t uxBlockTimeTicks, in FreeRTOS_GetUDPPayloadBuffer_Multi() argument
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
D | NetworkInterface.c | 246 TickType_t uxBlockTimeTicks = ipMS_TO_MIN_TICKS( 10U ); in pucGetRXBuffer() local 250 pxBufferDescriptor = pxGetNetworkBufferWithDescriptor( uxSize, uxBlockTimeTicks ); in pucGetRXBuffer()
|