|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct opaque_auth | au_origcred |
| struct opaque_auth | au_shcred |
| u_long | au_shfaults |
| char | au_marshed [MAX_AUTH_BYTES] |
| u_int | au_mpos |
Definition at line 93 of file auth_unix.c.
| char audata::au_marshed[MAX_AUTH_BYTES] |
Definition at line 97 of file auth_unix.c.
Referenced by authunix_marshal(), and marshal_new_auth().
| u_int audata::au_mpos |
Definition at line 98 of file auth_unix.c.
Referenced by authunix_marshal(), and marshal_new_auth().
| struct opaque_auth audata::au_origcred |
Definition at line 94 of file auth_unix.c.
Referenced by authunix_create(), authunix_destroy(), authunix_refresh(), and authunix_validate().
| struct opaque_auth audata::au_shcred |
Definition at line 95 of file auth_unix.c.
Referenced by authunix_create(), authunix_destroy(), and authunix_validate().
| u_long audata::au_shfaults |
Definition at line 96 of file auth_unix.c.
Referenced by authunix_create(), and authunix_refresh().