Symbol: acpted_rply
lib/libc/rpc/clnt_bcast.c
558
msg.acpted_rply.ar_verf = _null_auth;
lib/libc/rpc/clnt_bcast.c
559
msg.acpted_rply.ar_results.where =
lib/libc/rpc/clnt_bcast.c
561
msg.acpted_rply.ar_results.proc =
lib/libc/rpc/clnt_bcast.c
568
msg.acpted_rply.ar_verf = _null_auth;
lib/libc/rpc/clnt_bcast.c
569
msg.acpted_rply.ar_results.where =
lib/libc/rpc/clnt_bcast.c
571
msg.acpted_rply.ar_results.proc =
lib/libc/rpc/clnt_bcast.c
579
(msg.acpted_rply.ar_stat == SUCCESS)) {
lib/libc/rpc/clnt_bcast.c
614
msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
lib/libc/rpc/clnt_dg.c
405
reply_msg.acpted_rply.ar_verf = _null_auth;
lib/libc/rpc/clnt_dg.c
406
reply_msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/clnt_dg.c
407
reply_msg.acpted_rply.ar_results.proc = xresults;
lib/libc/rpc/clnt_dg.c
482
(reply_msg.acpted_rply.ar_stat == SUCCESS))
lib/libc/rpc/clnt_dg.c
489
&reply_msg.acpted_rply.ar_verf)) {
lib/libc/rpc/clnt_dg.c
493
if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
lib/libc/rpc/clnt_dg.c
496
&(reply_msg.acpted_rply.ar_verf));
lib/libc/rpc/clnt_raw.c
181
msg.acpted_rply.ar_verf = _null_auth;
lib/libc/rpc/clnt_raw.c
182
msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/clnt_raw.c
183
msg.acpted_rply.ar_results.proc = xresults;
lib/libc/rpc/clnt_raw.c
205
if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
lib/libc/rpc/clnt_raw.c
215
if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
lib/libc/rpc/clnt_raw.c
218
if (msg.acpted_rply.ar_verf.oa_base != NULL) {
lib/libc/rpc/clnt_raw.c
220
xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
lib/libc/rpc/clnt_vc.c
380
reply_msg.acpted_rply.ar_verf = _null_auth;
lib/libc/rpc/clnt_vc.c
381
reply_msg.acpted_rply.ar_results.where = NULL;
lib/libc/rpc/clnt_vc.c
382
reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
lib/libc/rpc/clnt_vc.c
404
&reply_msg.acpted_rply.ar_verf)) {
lib/libc/rpc/clnt_vc.c
412
if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
lib/libc/rpc/clnt_vc.c
414
xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf));
lib/libc/rpc/rpc_prot.c
299
if (msg->acpted_rply.ar_stat == SUCCESS) {
lib/libc/rpc/rpc_prot.c
303
accepted(msg->acpted_rply.ar_stat, error);
lib/libc/rpc/rpc_prot.c
327
error->re_vers.low = msg->acpted_rply.ar_vers.low;
lib/libc/rpc/rpc_prot.c
328
error->re_vers.high = msg->acpted_rply.ar_vers.high;
lib/libc/rpc/svc.c
361
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
362
rply.acpted_rply.ar_stat = SUCCESS;
lib/libc/rpc/svc.c
363
rply.acpted_rply.ar_results.where = xdr_location;
lib/libc/rpc/svc.c
364
rply.acpted_rply.ar_results.proc = xdr_results;
lib/libc/rpc/svc.c
380
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
381
rply.acpted_rply.ar_stat = PROC_UNAVAIL;
lib/libc/rpc/svc.c
397
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
398
rply.acpted_rply.ar_stat = GARBAGE_ARGS;
lib/libc/rpc/svc.c
414
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
415
rply.acpted_rply.ar_stat = SYSTEM_ERR;
lib/libc/rpc/svc.c
460
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
461
rply.acpted_rply.ar_stat = PROG_UNAVAIL;
lib/libc/rpc/svc.c
477
rply.acpted_rply.ar_verf = xprt->xp_verf;
lib/libc/rpc/svc.c
478
rply.acpted_rply.ar_stat = PROG_MISMATCH;
lib/libc/rpc/svc.c
479
rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
lib/libc/rpc/svc.c
480
rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers;
usr.sbin/rpcbind/rpcb_svc_com.c
1253
reply_msg.acpted_rply.ar_verf = _null_auth;
usr.sbin/rpcbind/rpcb_svc_com.c
1254
reply_msg.acpted_rply.ar_results.where = 0;
usr.sbin/rpcbind/rpcb_svc_com.c
1255
reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;