Lines Matching defs:netId
157 [[nodiscard]] bool cacheLookup(ResolvCacheStatus expectedCacheStatus, uint32_t netId, in cacheLookup()
179 int cacheCreate(uint32_t netId) { in cacheCreate()
183 void cacheDelete(uint32_t netId) { in cacheDelete()
187 int cacheAdd(uint32_t netId, const CacheEntry& ce) { in cacheAdd()
192 int cacheAdd(uint32_t netId, const std::vector<char>& query, const std::vector<char>& answer) { in cacheAdd()
196 int cacheGetExpiration(uint32_t netId, const std::vector<char>& query, time_t* expiration) { in cacheGetExpiration()
200 void cacheQueryFailed(uint32_t netId, const CacheEntry& ce, uint32_t flags) { in cacheQueryFailed()
204 int cacheSetupResolver(uint32_t netId, const SetupParams& setup) { in cacheSetupResolver()
209 void cacheAddStats(uint32_t netId, int revision_id, const IPSockAddr& ipsa, in cacheAddStats()
214 int cacheFlush(uint32_t netId) { return resolv_flush_cache_for_net(netId); } in cacheFlush()
216 void expectCacheStats(const std::string& msg, uint32_t netId, const CacheStats& expected) { in expectCacheStats()