ReactOS 0.4.15-dev-7834-g00c4b3d
__svcauth::svc_auth_ops Struct Reference

#include <svc_auth.h>

Public Attributes

int(* svc_ah_wrap )(struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)
 
int(* svc_ah_unwrap )(struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)
 
int(* svc_ah_destroy )(struct __svcauth *auth)
 

Detailed Description

Definition at line 48 of file svc_auth.h.

Member Data Documentation

◆ svc_ah_destroy

int(* __svcauth::svc_auth_ops::svc_ah_destroy) (struct __svcauth *auth)

Definition at line 51 of file svc_auth.h.

◆ svc_ah_unwrap

int(* __svcauth::svc_auth_ops::svc_ah_unwrap) (struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)

Definition at line 50 of file svc_auth.h.

◆ svc_ah_wrap

int(* __svcauth::svc_auth_ops::svc_ah_wrap) (struct __svcauth *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr)

Definition at line 49 of file svc_auth.h.


The documentation for this struct was generated from the following file: