Symbol: reply_error
crypto/heimdal/kpasswd/kpasswdd.c
477
reply_error (NULL, s, sa, sa_size, 0, 1, "Wrong program version");
crypto/heimdal/kpasswd/kpasswdd.c
494
reply_error (NULL, s, sa, sa_size, ret, 3, "Authentication failed");
crypto/heimdal/kpasswd/kpasswdd.c
522
reply_error (NULL, s, sa, sa_size, ret, 1,
crypto/heimdal/kpasswd/kpasswdd.c
530
reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1,
crypto/heimdal/kpasswd/kpasswdd.c
537
reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1,
crypto/heimdal/kpasswd/kpasswdd.c
567
reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 3,
crypto/krb5/src/ccapi/lib/ccapi_ipc.c
54
cc_int32 reply_error = 0;
crypto/krb5/src/ccapi/lib/ccapi_ipc.c
76
err = cci_message_read_reply_header (reply, &reply_error);
crypto/krb5/src/ccapi/lib/ccapi_ipc.c
80
if (!err && reply_error) {
crypto/krb5/src/ccapi/lib/ccapi_ipc.c
81
err = reply_error;
crypto/openssh/mux.c
1032
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
1043
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
1062
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
1111
reply_error(reply, MUX_S_FAILURE, cctx->rid,
crypto/openssh/mux.c
1148
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
1179
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
1260
reply_error(out, MUX_S_FAILURE, rid, "unsupported request");
crypto/openssh/mux.c
1424
reply_error(reply, MUX_S_FAILURE, cctx->rid,
crypto/openssh/mux.c
406
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
418
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
439
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
551
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
705
reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg);
crypto/openssh/mux.c
772
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
835
reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
crypto/openssh/mux.c
846
reply_error(reply, MUX_S_FAILURE, rid,
crypto/openssh/mux.c
975
reply_error(reply, MUX_S_FAILURE, rid, error_reason);
crypto/openssh/ssh-sk-helper.c
144
resp = reply_error(r, "Signing failed: %s", ssh_err(r));
crypto/openssh/ssh-sk-helper.c
203
resp = reply_error(r, "Enrollment failed: %s", ssh_err(r));
crypto/openssh/ssh-sk-helper.c
255
resp = reply_error(r, "sshsk_load_resident failed: %s",
crypto/openssh/ssh-sk-helper.c
53
static struct sshbuf *reply_error(int r, char *fmt, ...)
usr.sbin/rpcbind/rpcb_svc_com.c
1236
struct rpc_err reply_error;
usr.sbin/rpcbind/rpcb_svc_com.c
1283
_seterr_reply(&reply_msg, &reply_error);
usr.sbin/rpcbind/rpcb_svc_com.c
1284
if (reply_error.re_status != RPC_SUCCESS) {
usr.sbin/rpcbind/rpcb_svc_com.c
1287
clnt_sperrno(reply_error.re_status));