Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dmux.c322 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) in reply_error() function
411 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
423 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
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()
671 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward()
737 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
800 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd()
811 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
940 reply_error(reply, MUX_S_FAILURE, rid, error_reason); in mux_master_process_close_fwd()
[all …]
/dflybsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1227 struct rpc_err reply_error; in handle_reply() local
1273 _seterr_reply(&reply_msg, &reply_error); in handle_reply()
1274 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1277 clnt_sperrno(reply_error.re_status)); in handle_reply()