41#ifndef _RPC_SVC_AUTH_H
42#define _RPC_SVC_AUTH_H
56#define SVCAUTH_DESTROY(cred) ((*(cred)->svc_ah_ops->svc_ah_destroy)())
57#define svcauth_destroy(cred) ((*(cred)->svc_ah_ops->svc_ah_destroy)())
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
int(* svc_ah_wrap)(struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)
int(* svc_ah_destroy)(struct __svcauth *auth)
int(* svc_ah_unwrap)(struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)
struct __svcauth::svc_auth_ops * svc_ah_ops
int svc_auth_reg(int, enum auth_stat(*)(struct svc_req *, struct rpc_msg *))
__BEGIN_DECLS enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *)
bool_t(* xdrproc_t)(XDR *,...)