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

/freebsd-10.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-10.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.c658 rply.rm_reply.rp_stat = MSG_ACCEPTED;
684 rply.rm_reply.rp_stat = MSG_ACCEPTED;
704 rply.rm_reply.rp_stat = MSG_ACCEPTED;
726 rply.rm_reply.rp_stat = MSG_ACCEPTED;
748 rply.rm_reply.rp_stat = MSG_ACCEPTED;
770 rply.rm_reply.rp_stat = MSG_DENIED;
802 rply.rm_reply.rp_stat = MSG_ACCEPTED;
824 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_dg.c244 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c849 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
906 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bck.c415 if ((reply_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.c503 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h125 enum reply_stat rp_stat; member in struct:reply_body
/freebsd-10.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.c381 rply.rm_reply.rp_stat = MSG_ACCEPTED;
401 rply.rm_reply.rp_stat = MSG_ACCEPTED;
419 rply.rm_reply.rp_stat = MSG_ACCEPTED;
437 rply.rm_reply.rp_stat = MSG_ACCEPTED;
495 rply.rm_reply.rp_stat = MSG_DENIED;
526 rply.rm_reply.rp_stat = MSG_ACCEPTED;
546 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.c532 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.c680 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c1041 if (reply->rm_reply.rp_stat == MSG_DENIED

Completed in 137 milliseconds