Searched refs:reply_error (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c144 reply_error (krb5_realm realm, function
477 reply_error (NULL, s, sa, sa_size, 0, 1, "Wrong program version");
494 reply_error (NULL, s, sa, sa_size, ret, 3, "Authentication failed");
522 reply_error (NULL, s, sa, sa_size, ret, 1,
530 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1,
537 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1,
567 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 3,
/freebsd-13-stable/crypto/openssh/
H A Dmux.c325 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) function
415 reply_error(reply, MUX_S_FAILURE, rid,
427 reply_error(reply, MUX_S_FAILURE, rid,
448 reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
529 reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
675 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg);
741 reply_error(reply, MUX_S_FAILURE, rid,
806 reply_error(reply, MUX_S_PERMISSION_DENIED, rid,
817 reply_error(reply, MUX_S_FAILURE, rid,
946 reply_error(repl
[all...]
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1236 struct rpc_err reply_error; local
1284 _seterr_reply(&reply_msg, &reply_error);
1285 if (reply_error.re_status != RPC_SUCCESS) {
1288 clnt_sperrno(reply_error.re_status));

Completed in 172 milliseconds