Lines Matching refs:ucValid
733 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP()
756 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP()
798 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
819 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
860 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
876 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
919 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
935 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
979 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_TargetHWAddressNotBroadcast()
995 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_TargetHWAddressNotBroadcast()
1040 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1060 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1103 xARPCache[ 0 ].ucValid = pdTRUE; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1123 TEST_ASSERT_EQUAL( pdTRUE, xARPCache[ 0 ].ucValid ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1208 xARPCache[ 0 ].ucValid = 1; in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
1580 xARPCache[ x ].ucValid = ( uint8_t ) pdFALSE; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
1598 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP1()
1616 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP2()
1834 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1906 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1917 TEST_ASSERT_EQUAL( xARPCache[ 0 ].ucValid, ( uint8_t ) pdFALSE ); in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1934 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1947 TEST_ASSERT_EQUAL( xARPCache[ 1 ].ucValid, ( uint8_t ) pdTRUE ); in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1964 xARPCache[ i ].ucValid = pdTRUE; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1981 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry ].ucValid ); in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1999 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2018 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry ].ucValid ); in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2037 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2060 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ 0 ].ucValid ); in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2078 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2101 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry + 1 ].ucValid ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2123 xARPCache[ i ].ucValid = pdFALSE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2146 TEST_ASSERT_EQUAL( ( uint8_t ) pdTRUE, xARPCache[ xUseEntry + 1 ].ucValid ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2366 xARPCache[ 1 ].ucValid = pdFALSE; in test_eARPGetCacheEntry_MatchingInvalidEntry()
2394 xARPCache[ 1 ].ucValid = pdTRUE; in test_eARPGetCacheEntry_MatchingValidEntry()
2419 xARPCache[ i ].ucValid = ( uint8_t ) pdFALSE; in test_eARPGetCacheEntry_GatewayAddressZero()
2473 xARPCache[ i ].ucValid = ( uint8_t ) pdTRUE; in test_eARPGetCacheEntry_NoCacheHit()
2534 xARPCache[ ucEntryToCheck ].ucValid = pdFALSE; in test_vARPAgeCache()
2563 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2584 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2606 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2619 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()
2632 xARPCache[ ucEntryToCheck ].ucValid = pdTRUE; in test_vARPAgeCache()