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

/freebsd-9.3-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-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c195 msg.acpted_rply.ar_verf = _null_auth;
196 msg.acpted_rply.ar_results.where = resultsp;
197 msg.acpted_rply.ar_results.proc = xresults;
219 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
229 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
232 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
234 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
H A Dsvc.c384 rply.acpted_rply.ar_verf = xprt->xp_verf;
385 rply.acpted_rply.ar_stat = SUCCESS;
386 rply.acpted_rply.ar_results.where = xdr_location;
387 rply.acpted_rply.ar_results.proc = xdr_results;
404 rply.acpted_rply.ar_verf = xprt->xp_verf;
405 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
422 rply.acpted_rply.ar_verf = xprt->xp_verf;
423 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
440 rply.acpted_rply.ar_verf = xprt->xp_verf;
441 rply.acpted_rply
[all...]
H A Drpc_prot.c321 if (msg->acpted_rply.ar_stat == SUCCESS) {
325 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_raw.c185 xdr_proc = msg->acpted_rply.ar_results.proc;
186 xdr_where = msg->acpted_rply.ar_results.where;
187 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
188 msg->acpted_rply.ar_results.where = NULL;
H A Dclnt_bcast.c564 msg.acpted_rply.ar_verf = _null_auth;
565 msg.acpted_rply.ar_results.where =
567 msg.acpted_rply.ar_results.proc =
574 msg.acpted_rply.ar_verf = _null_auth;
575 msg.acpted_rply.ar_results.where =
577 msg.acpted_rply.ar_results.proc =
585 (msg.acpted_rply.ar_stat == SUCCESS)) {
620 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
H A Dclnt_dg.c441 reply_msg.acpted_rply.ar_verf = _null_auth;
443 reply_msg.acpted_rply.ar_results.where = resultsp;
444 reply_msg.acpted_rply.ar_results.proc = xresults;
446 reply_msg.acpted_rply.ar_results.where = NULL;
447 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
534 (reply_msg.acpted_rply.ar_stat == SUCCESS))
541 &reply_msg.acpted_rply.ar_verf)) {
574 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
577 &(reply_msg.acpted_rply.ar_verf));
H A Dclnt_vc.c408 reply_msg.acpted_rply.ar_verf = _null_auth;
409 reply_msg.acpted_rply.ar_results.where = NULL;
410 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
432 &reply_msg.acpted_rply.ar_verf)) {
449 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
452 &(reply_msg.acpted_rply.ar_verf));
H A Dsvc_dg.c354 xdr_proc = msg->acpted_rply.ar_results.proc;
355 xdr_where = msg->acpted_rply.ar_results.where;
356 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
357 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_vc.c670 xdr_proc = msg->acpted_rply.ar_results.proc;
671 xdr_where = msg->acpted_rply.ar_results.where;
672 msg->acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
673 msg->acpted_rply.ar_results.where = NULL;
/freebsd-9.3-release/contrib/tcpdump/
H A Drpc_msg.h128 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-9.3-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.c636 rply.acpted_rply.ar_verf = rqstp->rq_verf;
637 rply.acpted_rply.ar_stat = SUCCESS;
638 rply.acpted_rply.ar_results.where = NULL;
639 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
664 rply.acpted_rply.ar_verf = rqstp->rq_verf;
665 rply.acpted_rply.ar_stat = SUCCESS;
666 rply.acpted_rply.ar_results.where = NULL;
667 rply.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
684 rply.acpted_rply.ar_verf = rqstp->rq_verf;
685 rply.acpted_rply
[all...]
H A Drpc_msg.h159 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
H A Dclnt_dg.c490 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
491 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
492 reply_msg.acpted_rply.ar_verf.oa_length = 0;
493 reply_msg.acpted_rply.ar_results.where = NULL;
494 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
702 (reply_msg.acpted_rply.ar_stat == SUCCESS))
710 &reply_msg.acpted_rply.ar_verf,
H A Dclnt_vc.c412 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
413 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
414 reply_msg.acpted_rply.ar_verf.oa_length = 0;
415 reply_msg.acpted_rply.ar_results.where = NULL;
416 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
505 (reply_msg.acpted_rply.ar_stat == SUCCESS))
513 &reply_msg.acpted_rply.ar_verf,
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h159 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1255 reply_msg.acpted_rply.ar_verf = _null_auth;
1256 reply_msg.acpted_rply.ar_results.where = 0;
1257 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;

Completed in 262 milliseconds