HomeSort by relevance Sort by last modified time
    Searched refs:KeepaliveParams (Results 1 - 5 of 5) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
transport.go 435 KeepaliveParams keepalive.ServerParameters
465 // KeepaliveParams stores the keepalive parameters.
466 KeepaliveParams keepalive.ClientParameters
http2_server.go 180 kp := config.KeepaliveParams
    [all...]
http2_client.go 185 kp := opts.KeepaliveParams
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
clientconn.go 394 o.copts.KeepaliveParams = kp
496 cc.mkp = cc.dopts.copts.KeepaliveParams
    [all...]
server.go 131 keepaliveParams keepalive.ServerParameters
181 // KeepaliveParams returns a ServerOption that sets keepalive and max-age parameters for the server.
182 func KeepaliveParams(kp keepalive.ServerParameters) ServerOption {
184 o.keepaliveParams = kp
653 KeepaliveParams: s.opts.keepaliveParams,
    [all...]

Completed in 6446 milliseconds