Home
last modified time | relevance | path

Searched refs:SSH_CMSG_EXIT_CONFIRMATION (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h65 #define SSH_CMSG_EXIT_CONFIRMATION 33 /* */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c725 while (type != SSH_CMSG_EXIT_CONFIRMATION); in server_loop()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1352 packet_start(SSH_CMSG_EXIT_CONFIRMATION); in client_input_exit_status()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c963 || type == SSH_CMSG_EXIT_CONFIRMATION)) in packet_read_seqnr()