Searched refs:Item4 (Results 1 – 1 of 1) sorted by relevance
2035 DNS4_CACHE *Item4; in DnsOnTimerUpdate() local2038 Item4 = NULL; in DnsOnTimerUpdate()2045 Item4 = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink); in DnsOnTimerUpdate()2046 Item4->DnsCache.Timeout--; in DnsOnTimerUpdate()2051 Item4 = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink); in DnsOnTimerUpdate()2052 if (Item4->DnsCache.Timeout == 0) { in DnsOnTimerUpdate()2053 RemoveEntryList (&Item4->AllCacheLink); in DnsOnTimerUpdate()