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

/freebsd-10.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-10.0-release/lib/libc/rpc/
H A Dclnt_raw.c196 msg.acpted_rply.ar_verf = _null_auth;
197 msg.acpted_rply.ar_results.where = resultsp;
198 msg.acpted_rply.ar_results.proc = xresults;
220 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
230 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
233 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
235 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
H A Dsvc.c385 rply.acpted_rply.ar_verf = xprt->xp_verf;
386 rply.acpted_rply.ar_stat = SUCCESS;
387 rply.acpted_rply.ar_results.where = xdr_location;
388 rply.acpted_rply.ar_results.proc = xdr_results;
405 rply.acpted_rply.ar_verf = xprt->xp_verf;
406 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
423 rply.acpted_rply.ar_verf = xprt->xp_verf;
424 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
441 rply.acpted_rply.ar_verf = xprt->xp_verf;
442 rply.acpted_rply
[all...]
H A Drpc_prot.c322 if (msg->acpted_rply.ar_stat == SUCCESS) {
326 accepted(msg->acpted_rply.ar_stat, error);
350 error->re_vers.low = msg->acpted_rply.ar_vers.low;
351 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc_raw.c186 xdr_proc = msg->acpted_rply.ar_results.proc;
187 xdr_where = msg->acpted_rply.ar_results.where;
188 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
189 msg->acpted_rply.ar_results.where = NULL;
H A Dclnt_bcast.c565 msg.acpted_rply.ar_verf = _null_auth;
566 msg.acpted_rply.ar_results.where =
568 msg.acpted_rply.ar_results.proc =
575 msg.acpted_rply.ar_verf = _null_auth;
576 msg.acpted_rply.ar_results.where =
578 msg.acpted_rply.ar_results.proc =
586 (msg.acpted_rply.ar_stat == SUCCESS)) {
621 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
H A Dclnt_dg.c442 reply_msg.acpted_rply.ar_verf = _null_auth;
444 reply_msg.acpted_rply.ar_results.where = resultsp;
445 reply_msg.acpted_rply.ar_results.proc = xresults;
447 reply_msg.acpted_rply.ar_results.where = NULL;
448 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
535 (reply_msg.acpted_rply.ar_stat == SUCCESS))
542 &reply_msg.acpted_rply.ar_verf)) {
575 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
578 &(reply_msg.acpted_rply.ar_verf));
H A Dclnt_vc.c411 reply_msg.acpted_rply.ar_verf = _null_auth;
412 reply_msg.acpted_rply.ar_results.where = NULL;
413 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
435 &reply_msg.acpted_rply.ar_verf)) {
452 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
455 &(reply_msg.acpted_rply.ar_verf));
H A Dsvc_dg.c355 xdr_proc = msg->acpted_rply.ar_results.proc;
356 xdr_where = msg->acpted_rply.ar_results.where;
357 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
358 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_vc.c671 xdr_proc = msg->acpted_rply.ar_results.proc;
672 xdr_where = msg->acpted_rply.ar_results.where;
673 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
674 msg->acpted_rply.ar_results.where = NULL;
/freebsd-10.0-release/contrib/tcpdump/
H A Drpc_msg.h128 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-10.0-release/sys/rpc/
H A Drpc_prot.c197 &rmsg->acpted_rply));
319 if (msg->acpted_rply.ar_stat == SUCCESS) {
323 stat = accepted(msg->acpted_rply.ar_stat, error);
349 error->re_vers.low = msg->acpted_rply.ar_vers.low;
350 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c561 rply.acpted_rply.ar_verf = rqstp->rq_verf;
562 rply.acpted_rply.ar_stat = SUCCESS;
563 rply.acpted_rply.ar_results.where = NULL;
564 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
587 rply.acpted_rply.ar_verf = rqstp->rq_verf;
588 rply.acpted_rply.ar_stat = SUCCESS;
589 rply.acpted_rply.ar_results.where = NULL;
590 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
607 rply.acpted_rply.ar_verf = rqstp->rq_verf;
608 rply.acpted_rply
[all...]
H A Drpc_msg.h160 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
H A Dclnt_dg.c493 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
494 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
495 reply_msg.acpted_rply.ar_verf.oa_length = 0;
496 reply_msg.acpted_rply.ar_results.where = NULL;
497 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
705 (reply_msg.acpted_rply.ar_stat == SUCCESS))
713 &reply_msg.acpted_rply.ar_verf,
H A Dclnt_vc.c420 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
421 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
422 reply_msg.acpted_rply.ar_verf.oa_length = 0;
423 reply_msg.acpted_rply.ar_results.where = NULL;
424 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
512 (reply_msg.acpted_rply.ar_stat == SUCCESS))
520 &reply_msg.acpted_rply.ar_verf,
/freebsd-10.0-release/include/rpc/
H A Drpc_msg.h160 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1238 reply_msg.acpted_rply.ar_verf = _null_auth;
1239 reply_msg.acpted_rply.ar_results.where = 0;
1240 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;

Completed in 85 milliseconds