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

/freebsd-9.3-release/contrib/tcpdump/
H A Drpc_msg.h99 u_int32_t rp_stat; /* enum reply_stat */ member in struct:sunrpc_reply_body
H A Dprint-nfs.c313 TCHECK(rp->rm_reply.rp_stat);
314 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat);
1066 * the (32 bit) rp_stat field. However, rp_acpt (which is a
1072 * representation. Instead, we skip past the rp_stat field,
/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;
315 switch (msg->rm_reply.rp_stat) {
331 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat);
H A Drpc_msg.h125 enum reply_stat rp_stat; member in struct:reply_body
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_dg.c245 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c818 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
877 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
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/include/rpc/
H A Drpc_msg.h125 enum reply_stat rp_stat; member in struct:reply_body
/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_prot.c196 prp_stat = &rmsg->rm_reply.rp_stat;
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 &&
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) &&
H A Dsvc_dg.c352 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c668 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/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
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c952 if (reply->rm_reply.rp_stat == MSG_DENIED

Completed in 206 milliseconds