Home
last modified time | relevance | path

Searched refs:rm_reply (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/sys/rpc/
H A Drpc_prot.c190 rmsg->rm_reply.rp_stat = in xdr_replymsg()
192 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED) in xdr_replymsg()
195 else if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg()
204 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
211 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm, in xdr_replymsg()
313 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
329 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
H A Dsvc_dg.c247 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
248 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_dg_reply()
H A Dsvc.c704 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
730 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply_mbuf()
750 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
772 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
794 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
816 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
848 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
870 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Drpc_msg.h158 #define rm_reply ru.RM_rmb macro
H A Dsvc_vc.c1018 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
1019 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()
1102 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_backchannel_reply()
1103 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_backchannel_reply()
H A Dclnt_bck.c428 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call()
H A Dclnt_dg.c699 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
H A Dclnt_vc.c549 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call()
/freebsd-14.2/lib/libc/rpc/
H A Drpc_prot.c185 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
192 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm, in xdr_replymsg()
299 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
315 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
H A Dsvc.c367 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
386 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
403 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
420 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
472 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
501 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
518 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Dsvc_raw.c177 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_raw_reply()
178 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_raw_reply()
H A Dsvc_dg.c343 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
344 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_dg_reply()
H A Dsvc_vc.c641 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
642 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) { in svc_vc_reply()
H A Dclnt_bcast.c588 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
H A Dclnt_dg.c535 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-nfs.c370 ND_TCHECK_4(rp->rm_reply.rp_stat); in nfsreply_noaddr_print()
371 reply_stat = GET_BE_U_4(&rp->rm_reply.rp_stat); in nfsreply_noaddr_print()
382 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_stat); in nfsreply_noaddr_print()
383 rstat = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_stat); in nfsreply_noaddr_print()
387 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_noaddr_print()
388 rlow = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_vers.low); in nfsreply_noaddr_print()
389 rhigh = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_noaddr_print()
394 ND_TCHECK_4(rp->rm_reply.rp_reject.rj_why); in nfsreply_noaddr_print()
395 rwhy = GET_BE_U_4(&rp->rm_reply.rp_reject.rj_why); in nfsreply_noaddr_print()
1086 dp = ((const uint32_t *)&rp->rm_reply) + 1; in parserep()
H A Drpc_msg.h124 #define rm_reply ru.RM_rmb macro
/freebsd-14.2/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()
499 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR in rpc_gss_refresh()
500 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM in rpc_gss_refresh()
501 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) { in rpc_gss_refresh()
/freebsd-14.2/include/rpc/
H A Drpc_msg.h158 #define rm_reply ru.RM_rmb macro
/freebsd-14.2/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c1041 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()
1042 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR in rpc_gss_refresh()
1043 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM in rpc_gss_refresh()
1044 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) { in rpc_gss_refresh()