Lines Matching refs:ucAge

569     xARPCache[ 0 ].ucAge = 1;  in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
578 TEST_ASSERT_EQUAL( ipconfigMAX_ARP_AGE, xARPCache[ 0 ].ucAge ); in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
1008 xARPCache[ i ].ucAge = 255; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1017 TEST_ASSERT_EQUAL( xARPCache[ 0 ].ucAge, ( uint8_t ) ipconfigMAX_ARP_RETRANSMISSIONS ); in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1033 xARPCache[ i ].ucAge = 255; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1044 TEST_ASSERT_EQUAL( xARPCache[ 1 ].ucAge, 255 ); in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1060 xARPCache[ i ].ucAge = 255; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1074 TEST_ASSERT_EQUAL_MESSAGE( ipconfigMAX_ARP_AGE, xARPCache[ xUseEntry ].ucAge, "Test 3" ); in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1091 xARPCache[ i ].ucAge = 255; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
1107 TEST_ASSERT_EQUAL_MESSAGE( ipconfigMAX_ARP_AGE, xARPCache[ xUseEntry ].ucAge, "Test 4" ); in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
1125 xARPCache[ i ].ucAge = 255; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
1144 TEST_ASSERT_EQUAL_MESSAGE( ipconfigMAX_ARP_AGE, xARPCache[ 0 ].ucAge, "Test 5" ); in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
1161 xARPCache[ i ].ucAge = i + 1; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
1181 TEST_ASSERT_EQUAL_MESSAGE( ipconfigMAX_ARP_AGE, xARPCache[ xUseEntry + 1 ].ucAge, "Test 9" ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
1201 xARPCache[ i ].ucAge = i + 1; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
1221 TEST_ASSERT_EQUAL_MESSAGE( ipconfigMAX_ARP_AGE, xARPCache[ xUseEntry + 1 ].ucAge, "Test 9" ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
1483 xARPCache[ i ].ucAge = 0; in test_vARPAgeCache()
1501 xARPCache[ ucEntryToCheck ].ucAge = 1; in test_vARPAgeCache()
1522 xARPCache[ ucEntryToCheck ].ucAge = 1; in test_vARPAgeCache()
1539 xARPCache[ ucEntryToCheck ].ucAge = 100; in test_vARPAgeCache()
1794 xARPCache[ x ].ucAge = x; in test_FreeRTOS_PrintARPCache()
1805 xARPCache[ x ].ucAge = x; in test_FreeRTOS_PrintARPCache()