Home
last modified time | relevance | path

Searched refs:MUX_S_PERMISSION_DENIED (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A DPROTOCOL.mux96 Otherwise it will reply with an error: MUX_S_PERMISSION_DENIED or
135 A server may reply with a MUX_S_SESSION_OPENED, a MUX_S_PERMISSION_DENIED
158 The server will reply with one of MUX_S_OK or MUX_S_PERMISSION_DENIED.
181 MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
201 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
212 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
249 The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason:
251 uint32 MUX_S_PERMISSION_DENIED
270 #define MUX_S_PERMISSION_DENIED 0x80000002
H A Dmux.c137 #define MUX_S_PERMISSION_DENIED 0x80000002 macro
444 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session()
517 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate()
800 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd()
1027 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_stdio_fwd()
1113 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_stop_listening()
1747 case MUX_S_PERMISSION_DENIED: in mux_client_request_terminate()
1837 case MUX_S_PERMISSION_DENIED: in mux_client_forward()
1973 case MUX_S_PERMISSION_DENIED: in mux_client_request_session()
2178 case MUX_S_PERMISSION_DENIED: in mux_client_request_stdio_fwd()
[all …]