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

/freebsd-10.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.c382 rply.acpted_rply.ar_verf = xprt->xp_verf;
402 rply.acpted_rply.ar_verf = xprt->xp_verf;
420 rply.acpted_rply.ar_verf = xprt->xp_verf;
438 rply.acpted_rply.ar_verf = xprt->xp_verf;
527 rply.acpted_rply.ar_verf = xprt->xp_verf;
547 rply.acpted_rply.ar_verf = xprt->xp_verf;
H A Dclnt_dg.c441 reply_msg.acpted_rply.ar_verf = _null_auth;
540 &reply_msg.acpted_rply.ar_verf)) {
573 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
576 &(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-10.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-10.3-release/include/rpc/
H A Drpc_msg.h88 struct opaque_auth ar_verf; member in struct:accepted_reply
/freebsd-10.3-release/sys/rpc/
H A Drpc_msg.h88 struct opaque_auth ar_verf; member in struct:accepted_reply
H A Dclnt_bck.c324 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
325 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
326 reply_msg.acpted_rply.ar_verf.oa_length = 0;
424 &reply_msg.acpted_rply.ar_verf, &results)) {
H A Dsvc.c659 rply.acpted_rply.ar_verf = rqstp->rq_verf;
685 rply.acpted_rply.ar_verf = rqstp->rq_verf;
705 rply.acpted_rply.ar_verf = rqstp->rq_verf;
727 rply.acpted_rply.ar_verf = rqstp->rq_verf;
749 rply.acpted_rply.ar_verf = rqstp->rq_verf;
803 rply.acpted_rply.ar_verf = rqstp->rq_verf;
825 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;
512 &reply_msg.acpted_rply.ar_verf,
H A Drpc_prot.c106 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c1229 reply_msg.acpted_rply.ar_verf = _null_auth;
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1255 reply_msg.acpted_rply.ar_verf = _null_auth;

Completed in 202 milliseconds