ReactOS 0.4.15-dev-7942-gd23573b
authunix_parms Struct Reference

#include <auth_unix.h>

Public Attributes

u_long aup_time
 
charaup_machname
 
uid_t aup_uid
 
gid_t aup_gid
 
u_int aup_len
 
gid_taup_gids
 

Detailed Description

Definition at line 59 of file auth_unix.h.

Member Data Documentation

◆ aup_gid

gid_t authunix_parms::aup_gid

Definition at line 63 of file auth_unix.h.

Referenced by _svcauth_unix(), and authunix_create().

◆ aup_gids

gid_t* authunix_parms::aup_gids

Definition at line 65 of file auth_unix.h.

Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().

◆ aup_len

u_int authunix_parms::aup_len

Definition at line 64 of file auth_unix.h.

Referenced by _svcauth_unix(), and authunix_create().

◆ aup_machname

char* authunix_parms::aup_machname

Definition at line 61 of file auth_unix.h.

Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().

◆ aup_time

u_long authunix_parms::aup_time

Definition at line 60 of file auth_unix.h.

Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().

◆ aup_uid

uid_t authunix_parms::aup_uid

Definition at line 62 of file auth_unix.h.

Referenced by _svcauth_unix(), and authunix_create().


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