golang.org/x/net/internal/socks.Dialer.DialWithConn (method)

2 uses

	golang.org/x/net/internal/socks (current package)
		socks.go#L187: func (d *Dialer) DialWithConn(ctx context.Context, c net.Conn, network, address string) (net.Addr, error) {
		socks.go#L226: 	if _, err := d.DialWithConn(context.Background(), c, network, address); err != nil {