xdr_opaque_auth
extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
(void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
(void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
(void)xdr_opaque_auth(&xdrs, &au->au_shcred);
if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
(! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
(void) xdr_opaque_auth(xdrs,
(void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
(void)xdr_opaque_auth(xdrs,
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)))
__weak_alias(xdr_opaque_auth,_xdr_opaque_auth)
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)