Home
last modified time | relevance | path

Searched refs:handshake (Results 1 – 14 of 14) sorted by last modified time

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src8832 # handshake is turned off.
H A Dtermcap.src7900 # handshake is turned off.
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c151 handshake(void) in handshake() function
234 err = handshake(); in picl_initialize()
255 err = handshake(); in picl_initialize()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME208 WPA implements a new key handshake (4-Way Handshake and Group Key
210 the Authenticator and Supplicant. This handshake is also used to
227 messages in initial key handshake, pre-authentication, key caching).
677 pcmcia-cs/cardmgr scripts (when using PC Cards). WPA handshake must be
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c525 goto handshake; in door_xcreate_startf()
540 handshake: in door_xcreate_startf()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt556 Debugger: Fixed the double-mutex user I/O handshake to work when local
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt4644 3. Problem: CQ81412 - Timestamp value in TCP handshake is inconsistent
4647 Change: (FW iSCSI) Fix timestamp option on handshake packets.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1077 …When this call completes, the connection is offloaded and 3-way handshake started. 3-way handshake
1078 …river can post Login PDU to SQ. However FW will process SQ only after 3-way handshake is completed.
1289 …y in host, connection management for iWARP which involves the TCP 3 way handshake and MPA exchange…
1325 …This function will take care of initiating the TCP 3-way handshake and MPA negotiation. Once the M…
1668 …eltas from previous messages but rather the entire data [due to lack of handshake the PF can't kno…
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c263 char handshake[MAXPATHLEN], c; in get_console_master() local
297 bzero(handshake, sizeof (handshake)); in get_console_master()
304 if (i >= (sizeof (handshake) - 1)) in get_console_master()
308 handshake[i] = c; in get_console_master()
321 if (strncmp(handshake, "OK", sizeof (handshake)) == 0) in get_console_master()
325 handshake); in get_console_master()
/illumos-gate/usr/src/cmd/spell/
H A Dlist10420 handshake
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m42759 dnl deal with TLS handshake failures: abort
2760 … $@ ifdef(`TLS_PERM_ERR', `5.7.0', `4.7.0') $: "ifdef(`TLS_PERM_ERR', `503', `403') TLS handshake."
2774 # deal with TLS handshake failures: abort
2775 RSOFTWARE $| <$-:$+> $* $#error $@ $2 $: $1 " TLS handshake failed."
2778 …ef(`TLS_PERM_ERR', `5.7.0', `4.7.0') $: "ifdef(`TLS_PERM_ERR', `503', `403') TLS handshake failed."
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME2784 SOFTWARE STARTTLS handshake failed.
2957 handshake only for hosts in my.domain. The valid entries on the RHS
/illumos-gate/usr/src/cmd/look/
H A Dwords10422 handshake
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c252 char parity, handshake; in serial_metal_to_hyper() local
275 &handshake) != 5) in serial_metal_to_hyper()
281 ((handshake != '-') && (handshake != 'h') && (handshake != 's'))) in serial_metal_to_hyper()