Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/rpc/
H A Dsvc.c371 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
372 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
390 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
391 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
407 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
408 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
424 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
425 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
506 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
522 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
[all …]
H A Dclnt_raw.c189 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call()
190 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call()
191 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call()
213 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
223 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
226 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call()
228 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clnt_raw_call()
H A Dclnt_bcast.c572 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
573 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
575 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
582 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
583 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
585 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
593 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp()
628 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in rpc_broadcast_exp()
H A Dsvc_raw.c182 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_raw_reply()
183 xdr_where = msg->acpted_rply.ar_results.where; in svc_raw_reply()
184 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_raw_reply()
185 msg->acpted_rply.ar_results.where = NULL; in svc_raw_reply()
H A Drpc_prot.c305 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
309 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
333 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
334 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_dg.c448 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call()
450 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
451 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
453 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
454 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
540 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
547 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call()
580 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call()
583 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
H A Dclnt_vc.c405 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call()
406 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
407 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
429 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call()
446 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call()
449 &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call()
H A Dsvc_vc.c646 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_vc_reply()
647 xdr_where = msg->acpted_rply.ar_results.where; in svc_vc_reply()
648 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_vc_reply()
649 msg->acpted_rply.ar_results.where = NULL; in svc_vc_reply()
H A Dsvc_dg.c348 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_dg_reply()
349 xdr_where = msg->acpted_rply.ar_results.where; in svc_dg_reply()
350 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_dg_reply()
351 msg->acpted_rply.ar_results.where = NULL; in svc_dg_reply()
/freebsd-12.1/contrib/amd/libamu/
H A Dmisc_rpc.c91 reply_msg.acpted_rply.ar_results.where = where; in pickup_rpc_reply()
92 reply_msg.acpted_rply.ar_results.proc = where_xdr; in pickup_rpc_reply()
109 reply_msg.acpted_rply.ar_verf.oa_base) { in pickup_rpc_reply()
112 &reply_msg.acpted_rply.ar_verf); in pickup_rpc_reply()
/freebsd-12.1/sys/rpc/
H A Dsvc.c700 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
701 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply()
726 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply_mbuf()
727 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply_mbuf()
745 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noproc()
746 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
767 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_decode()
768 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
790 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
844 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
[all …]
H A Drpc_prot.c198 &rmsg->acpted_rply)); in xdr_replymsg()
320 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
324 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
350 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
351 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_bck.c319 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call()
320 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call()
321 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call()
322 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call()
323 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_bck_call()
411 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call()
419 &reply_msg.acpted_rply.ar_verf, &results)) { in clnt_bck_call()
H A Dclnt_vc.c430 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call()
431 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call()
432 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call()
433 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
434 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
522 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call()
530 &reply_msg.acpted_rply.ar_verf, in clnt_vc_call()
H A Dclnt_dg.c486 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
487 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
488 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
489 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
490 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
698 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
706 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
H A Drpc_msg.h161 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-12.1/contrib/tcpdump/
H A Drpc_msg.h126 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-12.1/include/rpc/
H A Drpc_msg.h161 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-12.1/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1263 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply()
1264 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply()
1265 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply()