|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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) |