Lines Matching refs:x

801     for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ )  in test_xIsIPInARPCache_NoMatchingIP()  local
803 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_NoMatchingIP()
816 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIPButEntryInvalid() local
818 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
819 xARPCache[ x ].ucValid = ( uint8_t ) pdFALSE; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
834 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIP1() local
836 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIP1()
837 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP1()
852 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIP2() local
854 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIP2()
855 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xIsIPInARPCache_MatchingIP2()
905 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xCheckRequiresARPResolution_OnLocalNetwork_NotInCache() local
907 xARPCache[ x ].ulIPAddress = 0; in test_xCheckRequiresARPResolution_OnLocalNetwork_NotInCache()
937 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache() local
939 xARPCache[ x ].ulIPAddress = pxIPHeader->ulSourceIPAddress; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
940 xARPCache[ x ].ucValid = ( uint8_t ) pdTRUE; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1787 int x; in test_FreeRTOS_PrintARPCache() local
1789 for( x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_FreeRTOS_PrintARPCache()
1792 xARPCache[ x ].ulIPAddress = 0xAA; in test_FreeRTOS_PrintARPCache()
1794 xARPCache[ x ].ucAge = x; in test_FreeRTOS_PrintARPCache()
1800 for( x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_FreeRTOS_PrintARPCache()
1803 xARPCache[ x ].ulIPAddress = 0x00; in test_FreeRTOS_PrintARPCache()
1805 xARPCache[ x ].ucAge = x; in test_FreeRTOS_PrintARPCache()