Searched refs:MUX_S_PERMISSION_DENIED (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | PROTOCOL.mux | 96 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. 203 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a 214 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a 251 The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason: 253 uint32 MUX_S_PERMISSION_DENIED 272 #define MUX_S_PERMISSION_DENIED 0x80000002
|
D | mux.c | 137 #define MUX_S_PERMISSION_DENIED 0x80000002 macro 447 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session() 528 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate() 814 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd() 1030 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_stdio_fwd() 1122 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_stop_listening() 1759 case MUX_S_PERMISSION_DENIED: in mux_client_request_terminate() 1850 case MUX_S_PERMISSION_DENIED: in mux_client_forward() 1992 case MUX_S_PERMISSION_DENIED: in mux_client_request_session() 2205 case MUX_S_PERMISSION_DENIED: in mux_client_request_stdio_fwd() [all …]
|