Home
last modified time | relevance | path

Searched refs:uxBlockTimeTicks (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DPortable.c205 TickType_t uxBlockTimeTicks ) in FreeRTOS_SendPingRequest() argument
209 ( void ) uxBlockTimeTicks; in FreeRTOS_SendPingRequest()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c249 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/
DFreeRTOS_IP.h346 TickType_t uxBlockTimeTicks );
370 TickType_t uxBlockTimeTicks,
377 TickType_t uxBlockTimeTicks );
DFreeRTOS_ND.h160 TickType_t uxBlockTimeTicks );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
DFreeRTOS_IP_DiffConfig1_utest.c434 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/
DFreeRTOS_IP.c819 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()
DFreeRTOS_ND.c679 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/
Dfreertos_api.c215 TickType_t uxBlockTimeTicks, in FreeRTOS_GetUDPPayloadBuffer_Multi() argument
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c246 TickType_t uxBlockTimeTicks = ipMS_TO_MIN_TICKS( 10U ); in pucGetRXBuffer() local
250 pxBufferDescriptor = pxGetNetworkBufferWithDescriptor( uxSize, uxBlockTimeTicks ); in pucGetRXBuffer()