Home | History | Annotate | Download | only in net

Lines Matching full:nil

31 		return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host}
33 if ip := ParseIP(host); ip != nil {
34 return []string{host}, nil
45 return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host}
47 if ip := ParseIP(host); ip != nil {
48 return []IP{ip}, nil
51 if err != nil {
76 if err != nil {
77 return nil, err
85 return addrs, nil
100 return nil, errTimeout
117 return nil, errTimeout
127 return n, nil