ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <auth.h>
Public Attributes | |
void(* | ah_nextverf )(struct __auth *) |
int(* | ah_marshal )(struct __auth *, XDR *, u_int *) |
int(* | ah_validate )(struct __auth *, struct opaque_auth *, u_int) |
int(* | ah_refresh )(struct __auth *, void *) |
void(* | ah_destroy )(struct __auth *) |
int(* | ah_wrap )(struct __auth *, XDR *, xdrproc_t, caddr_t) |
int(* | ah_unwrap )(struct __auth *, XDR *, xdrproc_t, caddr_t, u_int) |