type net.hostLookupOrder
7 uses
net (current package)
conf.go#L123: func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) {
dnsclient_unix.go#L489: type hostLookupOrder int
dnsclient_unix.go#L493: hostLookupCgo hostLookupOrder = iota
dnsclient_unix.go#L500: var lookupOrderName = map[hostLookupOrder]string{
dnsclient_unix.go#L508: func (o hostLookupOrder) String() string {
dnsclient_unix.go#L525: func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []string, err error) {
dnsclient_unix.go#L565: func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []IPAddr, cname dnsmessage.Name, err error) {
![]() |
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. |