Searched refs:ucIndex (Results 1 – 1 of 1) sorted by relevance
272 uint8_t ucIndex; in prvGetCacheIPEntry() local280 … ucIndex = xDNSCache[ uxIndex ].ucCurrentIPAddress % xDNSCache[ uxIndex ].ucNumIPAddresses; in prvGetCacheIPEntry()281 ucIndex = ucIndex % ( uint8_t ) ipconfigDNS_CACHE_ADDRESSES_PER_ENTRY; in prvGetCacheIPEntry()282 ulIPAddressIndex = ucIndex; in prvGetCacheIPEntry()