Home
last modified time | relevance | path

Searched refs:ulIPAddressIndex (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c361 uint32_t ulIPAddressIndex = 0; in prvGetCacheIPEntry() local
379 ulIPAddressIndex = ucIndex; in prvGetCacheIPEntry()
384 …( void ) memcpy( pxIP, &( xDNSCache[ uxIndex ].xAddresses[ ulIPAddressIndex ] ), sizeof( *pxIP ) ); in prvGetCacheIPEntry()
417 uint32_t ulIPAddressIndex = 0; in prvUpdateCacheEntry() local
425 ulIPAddressIndex = xDNSCache[ uxIndex ].ucNumIPAddresses; in prvUpdateCacheEntry()
429 …( void ) memcpy( &( xDNSCache[ uxIndex ].xAddresses[ ulIPAddressIndex ] ), pxIP, sizeof( *pxIP ) ); in prvUpdateCacheEntry()