ReactOS 0.4.15-dev-7924-g5949c20
nis.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  endpoint
 
struct  nis_server
 

Macros

#define NIS_PK_NONE   0 /* no public key (unix/sys auth) */
 
#define NIS_PK_DH   1 /* Public key is Diffie-Hellman type */
 
#define NIS_PK_RSA   2 /* Public key is RSA type */
 
#define NIS_PK_KERB   3 /* Use kerberos style authentication */
 

Typedefs

typedef charnis_name
 
typedef struct endpoint endpoint
 
typedef struct nis_server nis_server
 

Macro Definition Documentation

◆ NIS_PK_DH

#define NIS_PK_DH   1 /* Public key is Diffie-Hellman type */

Definition at line 5 of file nis.h.

◆ NIS_PK_KERB

#define NIS_PK_KERB   3 /* Use kerberos style authentication */

Definition at line 7 of file nis.h.

◆ NIS_PK_NONE

#define NIS_PK_NONE   0 /* no public key (unix/sys auth) */

Definition at line 4 of file nis.h.

◆ NIS_PK_RSA

#define NIS_PK_RSA   2 /* Public key is RSA type */

Definition at line 6 of file nis.h.

Typedef Documentation

◆ endpoint

Definition at line 15 of file nis.h.

◆ nis_name

typedef char* nis_name

Definition at line 9 of file nis.h.

◆ nis_server

Definition at line 26 of file nis.h.