xdr_opaque_auth
bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
xdr_opaque_auth(&xdrs, &au->au_shcred);
if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
(! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
xdr_opaque_auth(xdrs,
xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf));
xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) )
return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))