Searched refs:ar_verf (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c195 msg.acpted_rply.ar_verf = _null_auth;
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;
404 rply.acpted_rply.ar_verf = xprt->xp_verf;
422 rply.acpted_rply.ar_verf = xprt->xp_verf;
440 rply.acpted_rply.ar_verf = xprt->xp_verf;
529 rply.acpted_rply.ar_verf = xprt->xp_verf;
549 rply.acpted_rply.ar_verf = xprt->xp_verf;
H A Dclnt_dg.c441 reply_msg.acpted_rply.ar_verf = _null_auth;
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;
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 Drpc_prot.c118 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
H A Dclnt_bcast.c564 msg.acpted_rply.ar_verf = _null_auth;
574 msg.acpted_rply.ar_verf = _null_auth;
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c113 reply_msg.acpted_rply.ar_verf.oa_base) {
116 &reply_msg.acpted_rply.ar_verf);
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h88 struct opaque_auth ar_verf; member in struct:accepted_reply
/freebsd-9.3-release/sys/rpc/
H A Drpc_msg.h88 struct opaque_auth ar_verf; member in struct:accepted_reply
H A Dsvc.c636 rply.acpted_rply.ar_verf = rqstp->rq_verf;
664 rply.acpted_rply.ar_verf = rqstp->rq_verf;
684 rply.acpted_rply.ar_verf = rqstp->rq_verf;
706 rply.acpted_rply.ar_verf = rqstp->rq_verf;
728 rply.acpted_rply.ar_verf = rqstp->rq_verf;
782 rply.acpted_rply.ar_verf = rqstp->rq_verf;
804 rply.acpted_rply.ar_verf = rqstp->rq_verf;
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;
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;
513 &reply_msg.acpted_rply.ar_verf,
H A Drpc_prot.c106 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1255 reply_msg.acpted_rply.ar_verf = _null_auth;

Completed in 504 milliseconds