ReactOS 0.4.15-dev-7934-g1dc8d80
audata Struct Reference
Collaboration diagram for audata:

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
 

Detailed Description

Definition at line 93 of file auth_unix.c.

Member Data Documentation

◆ au_marshed

char audata::au_marshed[MAX_AUTH_BYTES]

Definition at line 97 of file auth_unix.c.

Referenced by authunix_marshal(), and marshal_new_auth().

◆ au_mpos

u_int audata::au_mpos

Definition at line 98 of file auth_unix.c.

Referenced by authunix_marshal(), and marshal_new_auth().

◆ au_origcred

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().

◆ au_shcred

struct opaque_auth audata::au_shcred

Definition at line 95 of file auth_unix.c.

Referenced by authunix_create(), authunix_destroy(), and authunix_validate().

◆ au_shfaults

u_long audata::au_shfaults

Definition at line 96 of file auth_unix.c.

Referenced by authunix_create(), and authunix_refresh().


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