Lines Matching refs:ucValid
570 xARPCache[ 0 ].ucValid = 1; in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
819 xARPCache[ x ].ucValid = ( uint8_t ) pdFALSE; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
837 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP1()
855 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP2()
940 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1009 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1018 TEST_ASSERT_EQUAL( xARPCache[ 0 ].ucValid, ( uint8_t ) pdFALSE ); in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1034 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1045 TEST_ASSERT_EQUAL( xARPCache[ 1 ].ucValid, ( uint8_t ) pdTRUE ); in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1061 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1075 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry ].ucValid ); in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1092 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
1108 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry ].ucValid ); in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
1126 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
1145 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ 0 ].ucValid ); in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
1162 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
1182 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry + 1 ].ucValid ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
1202 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
1222 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry + 1 ].ucValid ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
1373 xARPCache[ 1 ].ucValid = pdFALSE; in test_eARPGetCacheEntry_MatchingInvalidEntry()
1395 xARPCache[ 1 ].ucValid = pdTRUE; in test_eARPGetCacheEntry_MatchingValidEntry()
1414 xARPCache[ i ].ucValid = ( uint8_t ) pdFALSE; in test_eARPGetCacheEntry_GatewayAddressZero()
1459 xARPCache[ i ].ucValid = ( uint8_t ) pdTRUE; in test_eARPGetCacheEntry_NoCacheHit()
1502 xARPCache[ ucEntryToCheck ].ucValid = pdFALSE; in test_vARPAgeCache()
1523 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
1540 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()