Home
last modified time | relevance | path

Searched refs:SSH_BUG_OPENFAILURE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c135 SSH_BUG_HBSERVICE|SSH_BUG_OPENFAILURE| in compat_datafellows()
142 SSH_BUG_RSASIGMD5|SSH_BUG_OPENFAILURE| in compat_datafellows()
148 SSH_BUG_RSASIGMD5|SSH_BUG_OPENFAILURE| in compat_datafellows()
H A Dchannels.c1361 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_post_connecting()
2074 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in channel_input_open_failure()
/titanic_41/usr/src/cmd/ssh/include/
H A Dcompat.h61 #define SSH_BUG_OPENFAILURE 0x00020000 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1144 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in server_input_channel_open()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1497 if (!(datafellows & SSH_BUG_OPENFAILURE)) { in client_input_channel_open()