Home
last modified time | relevance | path

Searched refs:CreateTunnel (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tunnel/
H A Dtunnel.go22 func (c *DefaultTunnelClient) CreateTunnel(req *CreateTunnelRequest) (*CreateTunnelResponse, error)… func
23 return c.api.CreateTunnel(req)
H A Dmock_api.go71 func (m *MockTunnelMetaApi) CreateTunnel(req *CreateTunnelRequest) (*CreateTunnelResponse, error) { func
79 func (mr *MockTunnelMetaApiMockRecorder) CreateTunnel(req interface{}) *gomock.Call { func
80 …ithMethodType(mr.mock, "CreateTunnel", reflect.TypeOf((*MockTunnelMetaApi)(nil).CreateTunnel), req)
H A Dapi.go45 CreateTunnel(req *CreateTunnelRequest) (resp *CreateTunnelResponse, err error) methodSpec
207 func (api *TunnelApi) CreateTunnel(req *CreateTunnelRequest) (*CreateTunnelResponse, error) { func
H A DREADME.md54 resp, err := tunnelClient.CreateTunnel(req)
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DTunnel.cpp727 CreateTunnel<OutboundTunnel> ( in ManageOutboundTunnels()
804 CreateTunnel<InboundTunnel> ( in ManageInboundTunnels()
851 std::shared_ptr<TTunnel> Tunnels::CreateTunnel (std::shared_ptr<TunnelConfig> config, in CreateTunnel() function in i2p::tunnel::Tunnels
867 return CreateTunnel<InboundTunnel>(config, pool, outboundTunnel); in CreateInboundTunnel()
875 return CreateTunnel<OutboundTunnel>(config, pool); in CreateOutboundTunnel()
910 CreateTunnel<OutboundTunnel> (std::make_shared<TunnelConfig>(newTunnel->GetInvertedPeers (), in AddInboundTunnel()
H A DTunnel.h232 std::shared_ptr<TTunnel> CreateTunnel (std::shared_ptr<TunnelConfig> config,
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tunnel/sample/createTunnel/
H A Dmain.go39 resp, err := tunnelClient.CreateTunnel(req)
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/tunnel/
H A Dtunnelsessionclient.h72 talk_base::StreamInterface* CreateTunnel(const buzz::Jid& to,
H A Dtunnelsessionclient_unittest.cc87 local_tunnel_.reset(local_client_.CreateTunnel(kRemoteJid, "test")); in TestTransfer()
H A Dtunnelsessionclient.cc146 talk_base::StreamInterface* TunnelSessionClientBase::CreateTunnel( in CreateTunnel() function in cricket::TunnelSessionClientBase
/dports/devel/upp/upp/uppsrc/Core/SSH/
H A DSession.h54 SshTunnel CreateTunnel();
H A DSession.cpp369 SshTunnel SshSession::CreateTunnel() in CreateTunnel() function in Upp::SshSession
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/examples/pcp/
H A Dpcp_main.cc683 stream = session_client.CreateTunnel(gDstJid, message); in main()
689 stream = session_client.CreateTunnel(gSrcJid, message); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Session.h498 void CreateTunnel(nsHttpTransaction *, nsHttpConnectionInfo *, nsIInterfaceRequestor *);
H A DHttp2Session.cpp3401 Http2Session::CreateTunnel(nsHttpTransaction *trans, in CreateTunnel() function in mozilla::net::Http2Session
3439 CreateTunnel(trans, ci, aCallbacks); in DispatchOnTunnel()
3479 CreateTunnel(trans, ci, trans->SecurityCallbacks()); in MaybeReTunnel()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Session.h590 void CreateTunnel(nsHttpTransaction*, nsHttpConnectionInfo*,
H A DHttp2Session.cpp4052 void Http2Session::CreateTunnel(nsHttpTransaction* trans, in CreateTunnel() function in mozilla::net::Http2Session
4091 CreateTunnel(trans, ci, aCallbacks); in DispatchOnTunnel()
4144 CreateTunnel(trans, ci, trans->SecurityCallbacks()); in MaybeReTunnel()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Session.h590 void CreateTunnel(nsHttpTransaction*, nsHttpConnectionInfo*,
H A DHttp2Session.cpp4062 void Http2Session::CreateTunnel(nsHttpTransaction* trans, in CreateTunnel() function in mozilla::net::Http2Session
4101 CreateTunnel(trans, ci, aCallbacks); in DispatchOnTunnel()
4154 CreateTunnel(trans, ci, trans->SecurityCallbacks()); in MaybeReTunnel()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Session.h583 void CreateTunnel(nsHttpTransaction *, nsHttpConnectionInfo *,
H A DHttp2Session.cpp4017 void Http2Session::CreateTunnel(nsHttpTransaction *trans, in CreateTunnel() function in mozilla::net::Http2Session
4054 CreateTunnel(trans, ci, aCallbacks); in DispatchOnTunnel()
4107 CreateTunnel(trans, ci, trans->SecurityCallbacks()); in MaybeReTunnel()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Session.h590 void CreateTunnel(nsHttpTransaction*, nsHttpConnectionInfo*,
H A DHttp2Session.cpp4052 void Http2Session::CreateTunnel(nsHttpTransaction* trans, in CreateTunnel() function in mozilla::net::Http2Session
4091 CreateTunnel(trans, ci, aCallbacks); in DispatchOnTunnel()
4144 CreateTunnel(trans, ci, trans->SecurityCallbacks()); in MaybeReTunnel()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Session.h581 void CreateTunnel(nsHttpTransaction*, nsHttpConnectionInfo*,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DWebConnection.cs214 bool CreateTunnel (HttpWebRequest request, Uri connectUri, in CreateTunnel() method in System.Net.WebConnection
400 bool ok = CreateTunnel (request, sPoint.Address, serverStream, out buffer); in CreateStream()

12