Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpc_prot.c186 rmsg->rm_reply.rp_stat = in xdr_replymsg()
188 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED) in xdr_replymsg()
191 else if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg()
200 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
309 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
325 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
H A Dsvc.c700 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
726 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply_mbuf()
746 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
768 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
790 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
812 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
844 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
866 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Drpc_msg.h123 enum reply_stat rp_stat; member
H A Dsvc_dg.c238 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
H A Dsvc_vc.c999 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
1083 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_backchannel_reply()
H A Dclnt_bck.c423 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call()
H A Dclnt_dg.c694 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
H A Dclnt_vc.c544 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call()
/freebsd/lib/libc/rpc/
H A Dsvc.c363 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
382 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
399 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
416 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
468 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
497 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
514 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Drpc_prot.c181 prp_stat = &rmsg->rm_reply.rp_stat; in xdr_replymsg()
295 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
311 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
H A Dsvc_raw.c172 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_raw_reply()
H A Dclnt_bcast.c584 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
H A Dsvc_dg.c340 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_dg_reply()
H A Dclnt_dg.c531 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
H A Dsvc_vc.c637 if (msg->rm_reply.rp_stat == MSG_ACCEPTED && in svc_vc_reply()
/freebsd/contrib/tcpdump/
H A Drpc_msg.h97 nd_uint32_t rp_stat; /* enum reply_stat */ member
H A Dprint-nfs.c372 ND_TCHECK_4(rp->rm_reply.rp_stat); in nfsreply_noaddr_print()
373 reply_stat = GET_BE_U_4(&rp->rm_reply.rp_stat); in nfsreply_noaddr_print()
/freebsd/include/rpc/
H A Drpc_msg.h123 enum reply_stat rp_stat; member
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c1040 if (reply->rm_reply.rp_stat == MSG_DENIED in rpc_gss_refresh()