Symbol: reply_error
usr.bin/ssh/mux.c
1030
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
1041
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
1060
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
1109
reply_error(reply, MUX_S_FAILURE, cctx->rid,
usr.bin/ssh/mux.c
1146
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
1177
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
1258
reply_error(out, MUX_S_FAILURE, rid, "unsupported request");
usr.bin/ssh/mux.c
1422
reply_error(reply, MUX_S_FAILURE, cctx->rid,
usr.bin/ssh/mux.c
404
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
416
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
437
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
549
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
703
reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg);
usr.bin/ssh/mux.c
770
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
833
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
usr.bin/ssh/mux.c
844
reply_error(reply, MUX_S_FAILURE, rid,
usr.bin/ssh/mux.c
973
reply_error(reply, MUX_S_FAILURE, rid, error_reason);
usr.bin/ssh/ssh-sk-helper.c
141
resp = reply_error(r, "Signing failed: %s", ssh_err(r));
usr.bin/ssh/ssh-sk-helper.c
200
resp = reply_error(r, "Enrollment failed: %s", ssh_err(r));
usr.bin/ssh/ssh-sk-helper.c
252
resp = reply_error(r, "sshsk_load_resident failed: %s",
usr.bin/ssh/ssh-sk-helper.c
50
static struct sshbuf *reply_error(int r, char *fmt, ...)