Home
last modified time | relevance | path

Searched refs:FreeRTOS_GetUDPPayloadBuffer_Multi (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/
HDfreertos_api.c214 void * FreeRTOS_GetUDPPayloadBuffer_Multi( size_t uxRequestedSizeBytes, in FreeRTOS_GetUDPPayloadBuffer_Multi() function
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_IP.h369 void * FreeRTOS_GetUDPPayloadBuffer_Multi( size_t uxRequestedSizeBytes,
/FreeRTOS-Plus-TCP-v4.0.0/
HDGettingStarted.md36 - New API:FreeRTOS_GetUDPPayloadBuffer_Multi
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
HDFreeRTOS_IP_utest.c260 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig()
284 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeLessThanConfig()
309 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig()
327 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig_NULLBufferReturned()
341 …catch_assert( FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, 0xFF ) ); in test_FreeRTOS_GetUDPPayloadBuffer_UnknownType()
362 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv6… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig_IPv6()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
HDFreeRTOS_IP_DiffConfig1_utest.c781 …pvReturn = FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv6… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig_IPv6NotSupported()
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_IP.c821 … return FreeRTOS_GetUDPPayloadBuffer_Multi( uxRequestedSizeBytes, uxBlockTimeTicks, ipTYPE_IPv4 ); in FreeRTOS_GetUDPPayloadBuffer()
838 void * FreeRTOS_GetUDPPayloadBuffer_Multi( size_t uxRequestedSizeBytes, in FreeRTOS_GetUDPPayloadBuffer_Multi() function