Home
last modified time | relevance | path

Searched refs:SSH_SMSG_EXITSTATUS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h52 #define SSH_SMSG_EXITSTATUS 20 /* status (int) */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c710 packet_start(SSH_SMSG_EXITSTATUS); in server_loop()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1599 dispatch_set(SSH_SMSG_EXITSTATUS, &client_input_exit_status); in client_init_dispatch_13()