Lines Matching refs:ucEntryToCheck
2508 uint8_t ucEntryToCheck = 1; in test_vARPAgeCache() local
2533 xARPCache[ ucEntryToCheck ].ucAge = 1; in test_vARPAgeCache()
2534 xARPCache[ ucEntryToCheck ].ucValid = pdFALSE; in test_vARPAgeCache()
2536 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2562 xARPCache[ ucEntryToCheck ].ucAge = 1; in test_vARPAgeCache()
2563 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2565 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2583 xARPCache[ ucEntryToCheck ].ucAge = 100; in test_vARPAgeCache()
2584 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2586 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2605 xARPCache[ ucEntryToCheck ].ucAge = 100; in test_vARPAgeCache()
2606 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2608 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2618 xARPCache[ ucEntryToCheck ].ucAge = 0; in test_vARPAgeCache()
2619 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2621 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2631 xARPCache[ ucEntryToCheck ].ucAge = 0; in test_vARPAgeCache()
2632 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2634 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()