Home
last modified time | relevance | path

Searched refs:send_handshake (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/netstrain/netstrain-3.0/
H A Dclient.c36 static void send_handshake(int hs);
93 send_handshake(his_handshake); in main()
167 static void send_handshake(int hs) in send_handshake() function
/dports/net-im/p5-AnyEvent-XMPP/AnyEvent-XMPP-0.55/lib/AnyEvent/XMPP/
H A DComponent.pm95 $self->{writer}->send_handshake ($id, $secret);
/dports/net-im/p5-Net-XMPP2/Net-XMPP2-0.14/lib/Net/XMPP2/
H A DComponent.pm95 $self->{writer}->send_handshake ($id, $secret);
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-ibc-private.h9 void (*send_handshake)(struct dsync_ibc *ibc, member
H A Ddsync-ibc.c25 ibc->v.send_handshake(ibc, set); in dsync_ibc_send_handshake()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Ddtls_connection.erl186 {State, MoreActions} = dtls_gen_connection:send_handshake(HelloRequest, State1),
222 dtls_gen_connection:send_handshake(Hello,
283 {State, Actions} = dtls_gen_connection:send_handshake(VerifyRequest, State2),
315 {State2, Actions} = dtls_gen_connection:send_handshake(Hello, State1),
519 dtls_gen_connection:send_handshake(Hello,
H A Dtls_connection.erl346 {State, Actions} = tls_gen_connection:send_handshake(Hello,
369 {State, Actions} = tls_gen_connection:send_handshake(Hello, State0),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_connection.erl186 {State, MoreActions} = dtls_gen_connection:send_handshake(HelloRequest, State1),
222 dtls_gen_connection:send_handshake(Hello,
283 {State, Actions} = dtls_gen_connection:send_handshake(VerifyRequest, State2),
315 {State2, Actions} = dtls_gen_connection:send_handshake(Hello, State1),
519 dtls_gen_connection:send_handshake(Hello,
H A Dtls_connection.erl346 {State, Actions} = tls_gen_connection:send_handshake(Hello,
369 {State, Actions} = tls_gen_connection:send_handshake(Hello, State0),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_connection.erl186 {State, MoreActions} = dtls_gen_connection:send_handshake(HelloRequest, State1),
222 dtls_gen_connection:send_handshake(Hello,
283 {State, Actions} = dtls_gen_connection:send_handshake(VerifyRequest, State2),
315 {State2, Actions} = dtls_gen_connection:send_handshake(Hello, State1),
519 dtls_gen_connection:send_handshake(Hello,
H A Dtls_connection.erl346 {State, Actions} = tls_gen_connection:send_handshake(Hello,
369 {State, Actions} = tls_gen_connection:send_handshake(Hello, State0),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_connection.erl186 {State, MoreActions} = dtls_gen_connection:send_handshake(HelloRequest, State1),
222 dtls_gen_connection:send_handshake(Hello,
283 {State, Actions} = dtls_gen_connection:send_handshake(VerifyRequest, State2),
315 {State2, Actions} = dtls_gen_connection:send_handshake(Hello, State1),
519 dtls_gen_connection:send_handshake(Hello,
H A Dtls_connection.erl346 {State, Actions} = tls_gen_connection:send_handshake(Hello,
369 {State, Actions} = tls_gen_connection:send_handshake(Hello, State0),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_connection.erl186 {State, MoreActions} = dtls_gen_connection:send_handshake(HelloRequest, State1),
222 dtls_gen_connection:send_handshake(Hello,
283 {State, Actions} = dtls_gen_connection:send_handshake(VerifyRequest, State2),
315 {State2, Actions} = dtls_gen_connection:send_handshake(Hello, State1),
519 dtls_gen_connection:send_handshake(Hello,
H A Dtls_connection.erl346 {State, Actions} = tls_gen_connection:send_handshake(Hello,
369 {State, Actions} = tls_gen_connection:send_handshake(Hello, State0),
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/events/
H A Dqlscrobbler.py212 if self.send_handshake():
237 def send_handshake(self, show_dialog=False): member in QLSubmitQueue
453 status = queue.send_handshake(show_dialog=True)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Ddtls_connection.erl45 -export([renegotiate/2, send_handshake/2,
299 {State, MoreActions} = send_handshake(HelloRequest, State1),
302 send_handshake(Handshake, #state{connection_states = ConnectionStates} = State) -> function
436 …{State2, Actions} = send_handshake(Hello, State1#state{connection_env = CEnv#connection_env{negoti…
500 {State, Actions} = send_handshake(VerifyRequest, State1),
527 {State2, Actions} = send_handshake(Hello, State1),
702 …{State2, Actions} = send_handshake(Hello, State1#state{connection_env = CEnv#connection_env{negoti…
H A Dtls_connection.erl52 -export([renegotiation/2, renegotiate/2, send_handshake/2,
374 send_handshake(Handshake, State) -> function
722 …{State, Actions} = send_handshake(Hello, State0#state{connection_states = ConnectionStates#{curren…
741 {State, Actions} = send_handshake(Hello, State0),
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Dgmcast_proto.hpp111 void send_handshake();
H A Dgmcast_proto.cpp91 void gcomm::gmcast::Proto::send_handshake() in send_handshake() function in gcomm::gmcast::Proto
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Dgmcast_proto.hpp111 void send_handshake();
H A Dgmcast_proto.cpp91 void gcomm::gmcast::Proto::send_handshake() in send_handshake() function in gcomm::gmcast::Proto
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Ddtls_connection.erl46 -export([renegotiate/2, send_handshake/2,
307 {State, MoreActions} = send_handshake(HelloRequest, State1),
310 send_handshake(Handshake, #state{connection_states = ConnectionStates} = State) -> function
454 …{State2, Actions} = send_handshake(Hello, State1#state{connection_env = CEnv#connection_env{negoti…
516 {State, Actions} = send_handshake(VerifyRequest, State1),
539 {State2, Actions} = send_handshake(Hello, State1),
713 …{State2, Actions} = send_handshake(Hello, State1#state{connection_env = CEnv#connection_env{negoti…
/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/_dilation/
H A Dconnection.py394 def send_handshake(self): member in _Record
428 want_prologue_leader.upon(got_prologue, outputs=[send_handshake],
/dports/databases/galera/galera-release_25.3.35/galera/src/
H A Dist.cpp391 p.send_handshake(ssl_stream); in run()
397 p.send_handshake(socket); in run()

123