ReactOS 0.4.16-dev-2-g02a6913
|
#include <auth_unix.h>
Public Attributes | |
u_long | aup_time |
char * | aup_machname |
uid_t | aup_uid |
gid_t | aup_gid |
u_int | aup_len |
gid_t * | aup_gids |
Definition at line 59 of file auth_unix.h.
gid_t authunix_parms::aup_gid |
Definition at line 63 of file auth_unix.h.
Referenced by _svcauth_unix(), and authunix_create().
gid_t* authunix_parms::aup_gids |
Definition at line 65 of file auth_unix.h.
Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().
u_int authunix_parms::aup_len |
Definition at line 64 of file auth_unix.h.
Referenced by _svcauth_unix(), and authunix_create().
char* authunix_parms::aup_machname |
Definition at line 61 of file auth_unix.h.
Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().
u_long authunix_parms::aup_time |
Definition at line 60 of file auth_unix.h.
Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().
uid_t authunix_parms::aup_uid |
Definition at line 62 of file auth_unix.h.
Referenced by _svcauth_unix(), and authunix_create().