net.dnsConfig.search (field)
11 uses
net (current package)
dnsclient_unix.go#L468: names := make([]string, 0, 1+len(conf.search))
dnsclient_unix.go#L474: for _, suffix := range conf.search {
dnsconfig_unix.go#L25: search []string // rooted suffixes to append to local name
dnsconfig_unix.go#L49: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L58: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L86: conf.search = []string{ensureRooted(f[1])}
dnsconfig_unix.go#L90: conf.search = make([]string, len(f)-1)
dnsconfig_unix.go#L91: for i := 0; i < len(conf.search); i++ {
dnsconfig_unix.go#L92: conf.search[i] = ensureRooted(f[i+1])
dnsconfig_unix.go#L153: if len(conf.search) == 0 {
dnsconfig_unix.go#L154: conf.search = dnsDefaultSearch()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |