Searched refs:ulIPAddressIndex (Results 1 – 1 of 1) sorted by relevance
361 uint32_t ulIPAddressIndex = 0; in prvGetCacheIPEntry() local379 ulIPAddressIndex = ucIndex; in prvGetCacheIPEntry()384 …( void ) memcpy( pxIP, &( xDNSCache[ uxIndex ].xAddresses[ ulIPAddressIndex ] ), sizeof( *pxIP ) ); in prvGetCacheIPEntry()417 uint32_t ulIPAddressIndex = 0; in prvUpdateCacheEntry() local425 ulIPAddressIndex = xDNSCache[ uxIndex ].ucNumIPAddresses; in prvUpdateCacheEntry()429 …( void ) memcpy( &( xDNSCache[ uxIndex ].xAddresses[ ulIPAddressIndex ] ), pxIP, sizeof( *pxIP ) ); in prvUpdateCacheEntry()