Home | History | Annotate | Download | only in net

Lines Matching refs:resolv

247 	// time to recheck resolv.conf.
249 lastChecked time.Time // last time resolv.conf was checked
252 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
260 // resolv.conf twice the first time.
261 conf.dnsConfig = systemConf().resolv
263 conf.dnsConfig = dnsReadConfig("/etc/resolv.conf")
272 // tryUpdate tries to update conf with the named resolv.conf file.
274 // "/etc/resolv.conf".
278 // Ensure only one update at a time checks resolv.conf.
326 resolvConf.tryUpdate("/etc/resolv.conf")
490 resolvConf.tryUpdate("/etc/resolv.conf")