Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc.c364 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
365 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
383 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
384 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
400 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
401 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
417 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
418 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
499 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
515 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
[all …]
H A Dclnt_raw.c182 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call()
183 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call()
184 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call()
206 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
216 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
219 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call()
221 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clnt_raw_call()
H A Dclnt_bcast.c564 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
565 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
567 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
574 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
575 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
577 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
585 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp()
620 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in rpc_broadcast_exp()
H A Dsvc_raw.c174 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_raw_reply()
175 xdr_where = msg->acpted_rply.ar_results.where; in svc_raw_reply()
176 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_raw_reply()
177 msg->acpted_rply.ar_results.where = NULL; in svc_raw_reply()
H A Drpc_prot.c298 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
302 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
326 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
327 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_dg.c440 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call()
442 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
443 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
445 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
446 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
532 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
539 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call()
572 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call()
575 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
H A Dclnt_vc.c395 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call()
396 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
397 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
419 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call()
436 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call()
439 &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call()
H A Dsvc_dg.c342 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_dg_reply()
343 xdr_where = msg->acpted_rply.ar_results.where; in svc_dg_reply()
344 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_dg_reply()
345 msg->acpted_rply.ar_results.where = NULL; in svc_dg_reply()
H A Dsvc_vc.c639 xdr_proc = msg->acpted_rply.ar_results.proc; in svc_vc_reply()
640 xdr_where = msg->acpted_rply.ar_results.where; in svc_vc_reply()
641 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in svc_vc_reply()
642 msg->acpted_rply.ar_results.where = NULL; in svc_vc_reply()
/freebsd/sys/rpc/
H A Dsvc.c702 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
703 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply()
728 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply_mbuf()
729 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply_mbuf()
747 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noproc()
748 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
769 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_decode()
770 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
792 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
846 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
[all …]
H A Drpc_prot.c190 &rmsg->acpted_rply)); in xdr_replymsg()
312 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
316 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
342 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
343 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_bck.c332 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call()
333 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call()
334 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call()
335 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call()
336 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_bck_call()
424 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call()
432 &reply_msg.acpted_rply.ar_verf, &results)) { in clnt_bck_call()
H A Dclnt_dg.c483 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
484 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
485 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
486 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
487 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
695 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
703 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
H A Dclnt_vc.c453 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call()
454 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call()
455 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call()
456 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
457 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
545 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call()
553 &reply_msg.acpted_rply.ar_verf, in clnt_vc_call()
H A Drpc_msg.h157 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd/contrib/tcpdump/
H A Drpc_msg.h126 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd/include/rpc/
H A Drpc_msg.h157 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1259 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply()
1260 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply()
1261 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply()