Lines Matching refs:pulIP
83 uint32_t * pulIP,
88 const uint32_t * pulIP,
93 const uint32_t * pulIP,
125 uint32_t * pulIP, in FreeRTOS_dns_update() argument
129 pulIP, in FreeRTOS_dns_update()
158 uint32_t * pulIP, in FreeRTOS_ProcessDNSCache() argument
181 pulIP, in FreeRTOS_ProcessDNSCache()
188 pulIP, in FreeRTOS_ProcessDNSCache()
196 *pulIP = 0U; in FreeRTOS_ProcessDNSCache()
202 pulIP, in FreeRTOS_ProcessDNSCache()
207 if( ( xLookUp == pdFALSE ) || ( *pulIP != 0U ) ) in FreeRTOS_ProcessDNSCache()
212 ( unsigned ) FreeRTOS_ntohl( *pulIP ), in FreeRTOS_ProcessDNSCache()
260 uint32_t * pulIP, in prvGetCacheIPEntry() argument
287 *pulIP = xDNSCache[ uxIndex ].ulIPAddresses[ ulIPAddressIndex ]; in prvGetCacheIPEntry()
311 const uint32_t * pulIP, in prvUpdateCacheEntry() argument
326 xDNSCache[ uxIndex ].ulIPAddresses[ ulIPAddressIndex ] = *pulIP; in prvUpdateCacheEntry()
341 const uint32_t * pulIP, in prvInsertCacheEntry() argument
349 xDNSCache[ uxFreeEntry ].ulIPAddresses[ 0 ] = *pulIP; in prvInsertCacheEntry()