Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/rpc/
Drpc_prot.c192 rmsg->rm_reply.rp_stat = in xdr_replymsg()
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED) in xdr_replymsg()
197 else if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg()
206 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
315 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
331 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
Dsvc.c696 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
722 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply_mbuf()
742 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
764 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
786 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
808 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
840 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
862 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
Drpc_msg.h125 enum reply_stat rp_stat; member
Dsvc_dg.c243 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
Dsvc_vc.c847 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
904 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_backchannel_reply()
Dclnt_bck.c410 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call()
Dclnt_vc.c519 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call()
Dclnt_dg.c699 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
/freebsd-10-stable/lib/libc/rpc/
Dsvc.c368 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
387 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
404 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
421 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
473 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
502 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
519 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
Drpc_prot.c186 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
300 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
316 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
Dsvc_raw.c178 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_raw_reply()
Dclnt_bcast.c590 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
Dclnt_dg.c537 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
Dsvc_vc.c643 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
Dsvc_dg.c344 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
/freebsd-10-stable/contrib/tcpdump/
Drpc_msg.h99 u_int32_t rp_stat; /* enum reply_stat */ member
Dprint-nfs.c313 TCHECK(rp->rm_reply.rp_stat); in nfsreply_print()
314 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat); in nfsreply_print()
/freebsd-10-stable/include/rpc/
Drpc_msg.h125 enum reply_stat rp_stat; member
/freebsd-10-stable/contrib/amd/libamu/
Dmisc_rpc.c108 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in pickup_rpc_reply()
/freebsd-10-stable/lib/librpcsec_gss/
Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()
/freebsd-10-stable/sys/rpc/rpcsec_gss/
Drpcsec_gss.c1041 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()