Searched defs:resolverConfig (Results 1 – 2 of 2) sorted by relevance
354 type resolverConfig struct { struct355 initOnce sync.Once // guards init of resolverConfig359 ch chan struct{} // guards lastChecked and modTime360 lastChecked time.Time // last time resolv.conf was checked362 dnsConfig atomic.Pointer[dnsConfig] // parsed resolv.conf structure used in lookups373 func (conf *resolverConfig) init() {387 func (conf *resolverConfig) tryUpdate(name string) {427 func (conf *resolverConfig) tryAcquireSema() bool {436 func (conf *resolverConfig) releaseSema() {
302 *resolverConfig anonMember