Searched refs:handshake (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/
H A DsimpleServer.tcl59 # Once connection is established, we need to ensure handshake.
61 proc handshake {s cmd} { procedure
63 dputs "handshake eof $s"
65 } elseif {[catch {tls::handshake $s} result]} {
68 dputs "handshake error $s: $result"
71 dputs "handshake complete $s"
81 fileevent $chan readable [list handshake $chan respond]
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A Dtls.tcl233 if {[info exists cb(handshake)] && \
234 $cb(handshake) == "done"} {
238 vwait tls::${chan}(handshake)
239 if {![info exists cb(handshake)]} {
242 if {$cb(handshake) == "done"} {
/macosx-10.10/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c141 int handshake; local
154 // Set the modem lines depending on the bits set in handshake
155 handshake = TIOCM_DTR | TIOCM_RTS | TIOCM_CTS | TIOCM_DSR;
156 if (ioctl(fd, TIOCMSET, &handshake) == -1) {
161 // Store the state of the modem lines in handshake
162 if (ioctl(fd, TIOCMGET, &handshake) == -1) {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbwidget.tcl70 $tbl columnconfigure 7 -name handshake -editable yes -editwindow ComboBox
153 handshake {
H A Dbwidget_tile.tcl75 $tbl columnconfigure 7 -name handshake -editable yes -editwindow ComboBox
159 handshake {
H A Diwidgets.tcl75 $tbl columnconfigure 7 -name handshake -editable yes -editwindow combobox
159 handshake {
H A Diwidgets_tile.tcl81 $tbl columnconfigure 7 -name handshake -editable yes -editwindow combobox
166 handshake {
H A DmiscWidgets.tcl78 $tbl columnconfigure 7 -name handshake -editable yes -editwindow combobox
162 handshake {
H A DmiscWidgets_tile.tcl83 $tbl columnconfigure 7 -name handshake -editable yes -editwindow combobox
168 handshake {
H A DtileWidgets.tcl77 $tbl columnconfigure 7 -name handshake -editable yes -editwindow ttk::combobox
161 handshake {
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dtest-tls-server.xotcl47 if {![tls::handshake $chan]} {
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_sel.c606 * In repmgr wire protocol version 1, a handshake message had a rec part
676 * disastrous if we allowed ourselves to drop a handshake.
884 * the response (which could be a dumb old V1 handshake).
896 * legacy V1 handshake). (We'll verify this of course.)
906 * awaiting the other side's parameters handshake.
1145 * Examine the rec part of a handshake message to see if it has any version
1162 __db_errx(env, "handshake is missing rec part");
1171 * V1 handshake; it contains no version information.
1211 DB_REPMGR_V1_HANDSHAKE *handshake; local
1214 handshake
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.h128 handshakeStatus handshake; member in struct:TCPSocket_struct
H A DmDNSMacOSX.c2296 if (sock->handshake == handshake_to_be_closed)
2307 sock->handshake = handshake_required;
2318 sock->handshake = handshake_completed;
2333 // We're protected because sock->handshake == handshake_in_progress
2340 if (sock->handshake == handshake_to_be_closed)
2351 sock->handshake = handshake_required;
2362 sock->handshake = handshake_completed;
2379 if (sock->handshake != handshake_required) LogMsg("spawnSSLHandshake: handshake status not required: %d", sock->handshake);
[all...]
/macosx-10.10/ntp-92/include/
H A Dmbg_gps166.h409 /* types of handshake */
415 short handshake; /* a numeric value, only HS_NONE supported yet */ member in struct:__anon11468
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nmea/
H A Dnmea.tcl21 fconfigure $nmea(fh) -mode $speed,n,8,1 -handshake xonxoff -buffering line -translation crlf
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dgtls.c249 /* this function does a SSL/TLS (re-)handshake */
250 static CURLcode handshake(struct connectdata *conn, function
1052 rc = handshake(conn, sockindex, TRUE, nonblocking);
1054 /* handshake() sets its own error message with failf() */
1057 /* Finish connecting once the handshake is done */
1235 CURLcode rc = handshake(conn, num, FALSE, FALSE);
1237 /* handshake() writes error message on its own */
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm383 DEBUG(2,'ssl handshake not started' );
456 DEBUG(2,'ssl handshake in progress' );
457 # connect failed because handshake needs to be completed
472 DEBUG(2,"handshake failed because no more time" );
476 DEBUG(2,"handshake failed because socket did not became ready" );
495 $self->error("SSL connect attempt failed because of handshake problems" );
501 DEBUG(2,'ssl handshake done' );
613 # accept failed because handshake needs to be completed
645 $socket->error("SSL connect accept failed because of handshake problems" );
652 DEBUG(2,'handshake don
[all...]

Completed in 233 milliseconds