Home
last modified time | relevance | path

Searched refs:prvIPTimerCheck (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP_Timers.c83 static BaseType_t prvIPTimerCheck( IPTimer_t * pxTimer );
208 if( prvIPTimerCheck( &xARPTimer ) != pdFALSE ) in vCheckNetworkTimers()
214 if( prvIPTimerCheck( &xARPResolutionTimer ) != pdFALSE ) in vCheckNetworkTimers()
239 if( prvIPTimerCheck( &( pxEndPoint->xDHCP_RATimer ) ) != pdFALSE ) in vCheckNetworkTimers()
264 if( prvIPTimerCheck( &xDNSTimer ) != pdFALSE ) in vCheckNetworkTimers()
289 xCheckTCPSockets = prvIPTimerCheck( &xTCPTimer ); in vCheckNetworkTimers()
318 if( prvIPTimerCheck( &( xNetworkTimer ) ) != pdFALSE ) in vCheckNetworkTimers()
465 static BaseType_t prvIPTimerCheck( IPTimer_t * pxTimer ) in prvIPTimerCheck() function
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Timers/
DFreeRTOS_IP_Timers_utest.c842 xResult = prvIPTimerCheck( &xTimer ); in test_prvIPTimerCheck_TimerDisabled()
862 xResult = prvIPTimerCheck( &xTimer ); in test_prvIPTimerCheck_TimerExpired()
886 xResult = prvIPTimerCheck( &xTimer ); in test_prvIPTimerCheck_TimerNotExpired()
908 xResult = prvIPTimerCheck( &xTimer ); in test_prvIPTimerCheck_TimerExpiredInxTaskCheckForTimeOut()