type net.dnsConfig
8 uses
net (current package)
conf.go#L32: resolv *dnsConfig
dnsclient_unix.go#L236: func (r *Resolver) tryOneName(ctx context.Context, cfg *dnsConfig, name string, qtype dnsmessage.Type) (dnsmessage.Parser, string, error) {
dnsclient_unix.go#L325: dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
dnsclient_unix.go#L446: func (conf *dnsConfig) nameList(name string) []string {
dnsconfig_unix.go#L23: type dnsConfig struct {
dnsconfig_unix.go#L40: func dnsReadConfig(filename string) *dnsConfig {
dnsconfig_unix.go#L41: conf := &dnsConfig{
dnsconfig_unix.go#L163: func (c *dnsConfig) serverOffset() uint32 {
![]() |
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. |