Home | History | Annotate | Download | only in net

Lines Matching refs:string

14 func lookupProtocol(ctx context.Context, name string) (proto int, err error) {
18 func (*Resolver) lookupHost(ctx context.Context, host string) (addrs []string, err error) {
22 func (*Resolver) lookupIP(ctx context.Context, host string) (addrs []IPAddr, err error) {
26 func (*Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) {
30 func (*Resolver) lookupCNAME(ctx context.Context, name string) (cname string, err error) {
34 func (*Resolver) lookupSRV(ctx context.Context, service, proto, name string) (cname string, srvs []*SRV, err error) {
38 func (*Resolver) lookupMX(ctx context.Context, name string) (mxs []*MX, err error) {
42 func (*Resolver) lookupNS(ctx context.Context, name string) (nss []*NS, err error) {
46 func (*Resolver) lookupTXT(ctx context.Context, name string) (txts []string, err error) {
50 func (*Resolver) lookupAddr(ctx context.Context, addr string) (ptrs []string, err error) {