Home
last modified time | relevance | path

Searched refs:acpted_rply (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/lib/libc/rpc/
H A Dsvc.c368 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
369 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
387 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
388 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
404 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
405 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
421 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
422 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
503 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
519 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
[all …]
H A Dclnt_raw.c186 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call()
187 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call()
188 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call()
210 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
220 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
223 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call()
225 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clnt_raw_call()
H A Dclnt_bcast.c568 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
569 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
571 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
578 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
579 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
581 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
589 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp()
624 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in rpc_broadcast_exp()
H A Dsvc_raw.c179 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_raw_reply()
180 xdr_where = msg->acpted_rply.ar_results.where; in svc_raw_reply()
181 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_raw_reply()
182 msg->acpted_rply.ar_results.where = NULL; in svc_raw_reply()
H A Drpc_prot.c302 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
306 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
330 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
331 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_dg.c444 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call()
446 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
447 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
449 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
450 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
536 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
543 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call()
576 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call()
579 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
H A Dclnt_vc.c400 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call()
401 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
402 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
424 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call()
441 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call()
444 &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call()
H A Dsvc_dg.c345 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_dg_reply()
346 xdr_where = msg->acpted_rply.ar_results.where; in svc_dg_reply()
347 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_dg_reply()
348 msg->acpted_rply.ar_results.where = NULL; in svc_dg_reply()
H A Dsvc_vc.c643 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_vc_reply()
644 xdr_where = msg->acpted_rply.ar_results.where; in svc_vc_reply()
645 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_vc_reply()
646 msg->acpted_rply.ar_results.where = NULL; in svc_vc_reply()
/freebsd-14.2/sys/rpc/
H A Dsvc.c706 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
707 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply()
732 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply_mbuf()
733 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply_mbuf()
751 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noproc()
752 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
773 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_decode()
774 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
796 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
850 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
[all …]
H A Drpc_prot.c194 &rmsg->acpted_rply)); in xdr_replymsg()
316 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
320 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
346 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
347 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_bck.c337 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call()
338 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call()
339 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call()
340 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call()
341 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_bck_call()
429 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call()
437 &reply_msg.acpted_rply.ar_verf, &results)) { in clnt_bck_call()
H A Dclnt_dg.c488 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
489 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
490 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
491 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
492 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
700 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
708 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
H A Dclnt_vc.c458 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call()
459 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call()
460 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call()
461 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
462 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
550 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call()
558 &reply_msg.acpted_rply.ar_verf, in clnt_vc_call()
H A Drpc_msg.h160 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-14.2/contrib/tcpdump/
H A Drpc_msg.h126 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-14.2/include/rpc/
H A Drpc_msg.h160 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-14.2/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1261 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply()
1262 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply()
1263 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply()