Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/rpc/
H A Dsvc.c704 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
705 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply()
730 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply_mbuf()
731 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply_mbuf()
749 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noproc()
750 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
771 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_decode()
772 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
794 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
848 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()
[all …]
H A Drpc_prot.c196 &rmsg->acpted_rply)); in xdr_replymsg()
318 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
322 stat = accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
348 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
349 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Dclnt_bck.c339 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call()
340 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call()
341 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call()
342 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call()
343 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_bck_call()
431 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call()
439 &reply_msg.acpted_rply.ar_verf, &results)) { in clnt_bck_call()
H A Dclnt_dg.c490 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
491 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
492 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
493 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
494 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
702 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
710 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
H A Dclnt_vc.c460 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call()
461 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call()
462 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call()
463 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
464 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
552 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call()
560 &reply_msg.acpted_rply.ar_verf, in clnt_vc_call()
H A Drpc_msg.h161 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-13.1/contrib/tcpdump/
H A Drpc_msg.h126 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-13.1/include/rpc/
H A Drpc_msg.h161 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-13.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()