Searched refs:ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS (Results 1 – 17 of 17) sorted by relevance
90 #error now called: ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS237 #ifndef ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS238 #define ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ( pdMS_TO_TICKS( 20U ) ) macro
126 #define ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ( 5000U / portTICK_PERIOD_MS ) macro
130 #define ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ( 5000U / portTICK_PERIOD_MS ) macro
128 #define ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ( 5000U / portTICK_PERIOD_MS ) macro
221 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeEqualToConfig()241 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS - 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeLessThanConfig()261 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS + 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig()270 …tAndReturn( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS, p… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig()281 TickType_t uxBlockTimeTicks = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS + 1; in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig_NULLBufferReturned()284 …tAndReturn( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS, N… in test_FreeRTOS_GetUDPPayloadBuffer_BlockTimeMoreThanConfig_NULLBufferReturned()
675 if( uxBlockTime > ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ) in FreeRTOS_GetUDPPayloadBuffer()677 uxBlockTime = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in FreeRTOS_GetUDPPayloadBuffer()
1831 if( pxSocket->xSendBlockTime > ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ) in FreeRTOS_setsockopt()1833 pxSocket->xSendBlockTime = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in FreeRTOS_setsockopt()
1235 TickType_t vOptionValue = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in test_FreeRTOS_setsockopt_SendTimeOutUDP()1257 TickType_t vOptionValue = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS + 100; in test_FreeRTOS_setsockopt_SendTimeOutUDPMoreBockingTime()1267 TEST_ASSERT_EQUAL( ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS, xSocket.xSendBlockTime ); in test_FreeRTOS_setsockopt_SendTimeOutUDPMoreBockingTime()