HomeSort by relevance Sort by last modified time
    Searched defs:Dial (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/pkg/rpctype/
rpc.go 60 func Dial(addr string) (net.Conn, error) {
75 conn, err := Dial(addr)
  /external/boringssl/src/ssl/test/runner/
tls.go 93 // DialWithDialer connects to the given network address using dialer.Dial and
122 rawConn, err := dialer.Dial(network, addr)
165 // Dial connects to the given network address using net.Dial
168 // Dial interprets a nil configuration as equivalent to
171 func Dial(network, addr string, config *Config) (*Conn, error) {
  /external/syzkaller/vendor/google.golang.org/grpc/
clientconn.go 80 // The following errors are returned from Dial and DialContext
97 // dialOptions configure a Dial call. dialOptions are set by the DialOption
98 // values passed to Dial.
111 // This is used by v1 balancer dial option WithBalancer to support v1
112 // balancer, and also by WithBalancerName dial option.
298 // WithBlock returns a DialOption which makes caller of Dial blocks until the underlying
299 // connection is up. Without this, Dial returns immediately and connecting the server
373 // FailOnNonTempDialError returns a DialOption that specifies if gRPC fails on non-temporary dial errors.
422 // parent. This function is used in nested channel creation (e.g. grpclb dial).
438 // Dial creates a client connection to the given target
    [all...]

Completed in 152 milliseconds