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

/freebsd-9.3-release/sys/rpc/
H A Drpc_prot.c192 rmsg->rm_reply.rp_stat =
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED)
197 else if (rmsg->rm_reply.rp_stat == MSG_DENIED)
206 prp_stat = &rmsg->rm_reply.rp_stat;
213 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
315 switch (msg->rm_reply.rp_stat) {
331 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat);
H A Drpc_msg.h157 #define rm_reply ru.RM_rmb macro
H A Dsvc_dg.c245 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
246 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc.c635 rply.rm_reply.rp_stat = MSG_ACCEPTED;
663 rply.rm_reply.rp_stat = MSG_ACCEPTED;
683 rply.rm_reply.rp_stat = MSG_ACCEPTED;
705 rply.rm_reply.rp_stat = MSG_ACCEPTED;
727 rply.rm_reply.rp_stat = MSG_ACCEPTED;
749 rply.rm_reply.rp_stat = MSG_DENIED;
781 rply.rm_reply.rp_stat = MSG_ACCEPTED;
803 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_vc.c818 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
819 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
877 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
878 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_dg.c701 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_vc.c504 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-9.3-release/contrib/tcpdump/
H A Drpc_msg.h126 #define rm_reply ru.RM_rmb macro
H A Dprint-nfs.c313 TCHECK(rp->rm_reply.rp_stat);
314 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat);
325 TCHECK(rp->rm_reply.rp_reject.rj_stat);
326 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat);
330 TCHECK(rp->rm_reply.rp_reject.rj_vers.high);
331 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
332 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
338 TCHECK(rp->rm_reply.rp_reject.rj_why);
339 rwhy = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_why);
1064 * dp = (u_int32_t *)&rp->rm_reply
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_prot.c196 prp_stat = &rmsg->rm_reply.rp_stat;
203 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
318 switch (msg->rm_reply.rp_stat) {
334 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat);
H A Dsvc.c383 rply.rm_reply.rp_stat = MSG_ACCEPTED;
403 rply.rm_reply.rp_stat = MSG_ACCEPTED;
421 rply.rm_reply.rp_stat = MSG_ACCEPTED;
439 rply.rm_reply.rp_stat = MSG_ACCEPTED;
497 rply.rm_reply.rp_stat = MSG_DENIED;
528 rply.rm_reply.rp_stat = MSG_ACCEPTED;
548 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_raw.c183 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
184 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc_dg.c352 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
353 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc_vc.c668 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
669 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_bcast.c584 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c533 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h157 #define rm_reply ru.RM_rmb macro
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-9.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED
499 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR
500 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM
501 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) {
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c952 if (reply->rm_reply.rp_stat == MSG_DENIED
953 && reply->rm_reply.rp_rjct.rj_stat == AUTH_ERROR
954 && (reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CREDPROBLEM
955 || reply->rm_reply.rp_rjct.rj_why == RPCSEC_GSS_CTXPROBLEM)) {

Completed in 263 milliseconds