Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h48 #define SSH_CMSG_STDIN_DATA 16 /* data (string) */ macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c384 packet_start(SSH_CMSG_STDIN_DATA); in client_make_packets_from_stdin_data()
862 packet_start(SSH_CMSG_STDIN_DATA); in process_escapes()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1284 dispatch_set(SSH_CMSG_STDIN_DATA, &server_input_stdin_data); in server_init_dispatch_13()