Searched refs:acpted_rply (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c95 reply_msg.acpted_rply.ar_results.where = where;
96 reply_msg.acpted_rply.ar_results.proc = where_xdr;
113 reply_msg.acpted_rply.ar_verf.oa_base) {
116 &reply_msg.acpted_rply.ar_verf);
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_raw.c187 msg.acpted_rply.ar_verf = _null_auth;
188 msg.acpted_rply.ar_results.where = resultsp;
189 msg.acpted_rply.ar_results.proc = xresults;
211 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
221 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
224 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
226 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
H A Dsvc.c367 rply.acpted_rply.ar_verf = xprt->xp_verf;
368 rply.acpted_rply.ar_stat = SUCCESS;
369 rply.acpted_rply.ar_results.where = xdr_location;
370 rply.acpted_rply.ar_results.proc = xdr_results;
386 rply.acpted_rply.ar_verf = xprt->xp_verf;
387 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
403 rply.acpted_rply.ar_verf = xprt->xp_verf;
404 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
420 rply.acpted_rply.ar_verf = xprt->xp_verf;
421 rply.acpted_rply
[all...]
H A Drpc_prot.c303 if (msg->acpted_rply.ar_stat == SUCCESS) {
307 accepted(msg->acpted_rply.ar_stat, error);
331 error->re_vers.low = msg->acpted_rply.ar_vers.low;
332 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc_raw.c180 xdr_proc = msg->acpted_rply.ar_results.proc;
181 xdr_where = msg->acpted_rply.ar_results.where;
182 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
183 msg->acpted_rply.ar_results.where = NULL;
H A Dclnt_bcast.c570 msg.acpted_rply.ar_verf = _null_auth;
571 msg.acpted_rply.ar_results.where =
573 msg.acpted_rply.ar_results.proc =
580 msg.acpted_rply.ar_verf = _null_auth;
581 msg.acpted_rply.ar_results.where =
583 msg.acpted_rply.ar_results.proc =
591 (msg.acpted_rply.ar_stat == SUCCESS)) {
626 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
H A Dclnt_dg.c446 reply_msg.acpted_rply.ar_verf = _null_auth;
448 reply_msg.acpted_rply.ar_results.where = resultsp;
449 reply_msg.acpted_rply.ar_results.proc = xresults;
451 reply_msg.acpted_rply.ar_results.where = NULL;
452 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
538 (reply_msg.acpted_rply.ar_stat == SUCCESS))
545 &reply_msg.acpted_rply.ar_verf)) {
578 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
581 &(reply_msg.acpted_rply.ar_verf));
H A Dclnt_vc.c403 reply_msg.acpted_rply.ar_verf = _null_auth;
404 reply_msg.acpted_rply.ar_results.where = NULL;
405 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
427 &reply_msg.acpted_rply.ar_verf)) {
444 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
447 &(reply_msg.acpted_rply.ar_verf));
H A Dsvc_dg.c346 xdr_proc = msg->acpted_rply.ar_results.proc;
347 xdr_where = msg->acpted_rply.ar_results.where;
348 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
349 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_vc.c644 xdr_proc = msg->acpted_rply.ar_results.proc;
645 xdr_where = msg->acpted_rply.ar_results.where;
646 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
647 msg->acpted_rply.ar_results.where = NULL;
/freebsd-11.0-release/contrib/tcpdump/
H A Drpc_msg.h127 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-11.0-release/sys/rpc/
H A Drpc_prot.c196 &rmsg->acpted_rply));
318 if (msg->acpted_rply.ar_stat == SUCCESS) {
322 stat = accepted(msg->acpted_rply.ar_stat, error);
348 error->re_vers.low = msg->acpted_rply.ar_vers.low;
349 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c659 rply.acpted_rply.ar_verf = rqstp->rq_verf;
660 rply.acpted_rply.ar_stat = SUCCESS;
661 rply.acpted_rply.ar_results.where = NULL;
662 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
685 rply.acpted_rply.ar_verf = rqstp->rq_verf;
686 rply.acpted_rply.ar_stat = SUCCESS;
687 rply.acpted_rply.ar_results.where = NULL;
688 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
705 rply.acpted_rply.ar_verf = rqstp->rq_verf;
706 rply.acpted_rply
[all...]
H A Drpc_msg.h159 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
H A Dclnt_bck.c319 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
320 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
321 reply_msg.acpted_rply.ar_verf.oa_length = 0;
322 reply_msg.acpted_rply.ar_results.where = NULL;
323 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
411 (reply_msg.acpted_rply.ar_stat == SUCCESS))
419 &reply_msg.acpted_rply.ar_verf, &results)) {
H A Dclnt_dg.c488 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
489 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
490 reply_msg.acpted_rply.ar_verf.oa_length = 0;
491 reply_msg.acpted_rply.ar_results.where = NULL;
492 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
700 (reply_msg.acpted_rply.ar_stat == SUCCESS))
708 &reply_msg.acpted_rply.ar_verf,
H A Dclnt_vc.c410 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
411 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
412 reply_msg.acpted_rply.ar_verf.oa_length = 0;
413 reply_msg.acpted_rply.ar_results.where = NULL;
414 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
502 (reply_msg.acpted_rply.ar_stat == SUCCESS))
510 &reply_msg.acpted_rply.ar_verf,
/freebsd-11.0-release/include/rpc/
H A Drpc_msg.h159 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c1229 reply_msg.acpted_rply.ar_verf = _null_auth;
1230 reply_msg.acpted_rply.ar_results.where = 0;
1231 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1256 reply_msg.acpted_rply.ar_verf = _null_auth;
1257 reply_msg.acpted_rply.ar_results.where = 0;
1258 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;

Completed in 136 milliseconds