Home
last modified time | relevance | path

Searched defs:resolverConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddnsclient_unix.go354 type resolverConfig struct { struct
355 initOnce sync.Once // guards init of resolverConfig
359 ch chan struct{} // guards lastChecked and modTime
360 lastChecked time.Time // last time resolv.conf was checked
362 dnsConfig atomic.Pointer[dnsConfig] // parsed resolv.conf structure used in lookups
373 func (conf *resolverConfig) init() {
387 func (conf *resolverConfig) tryUpdate(name string) {
427 func (conf *resolverConfig) tryAcquireSema() bool {
436 func (conf *resolverConfig) releaseSema() {
Ddnsclient_unix_test.go302 *resolverConfig anonMember