Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh2.h173 #define SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED 1 macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1143 packet_put_int(SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED); in server_input_channel_open()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1496 packet_put_int(SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED); in client_input_channel_open()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2047 case SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED: in reason2txt()