 |
RTEMS 5.2
|
41#ifndef _RPCSVC_NIS_TAGS_H
42#define _RPCSVC_NIS_TAGS_H
56#define FOLLOW_LINKS (1<<0)
57#define FOLLOW_PATH (1<<1)
58#define HARD_LOOKUP (1<<2)
59#define ALL_RESULTS (1<<3)
60#define NO_CACHE (1<<4)
61#define MASTER_ONLY (1<<5)
62#define EXPAND_NAME (1<<6)
65#define RETURN_RESULT (1<<7)
66#define ADD_OVERWRITE (1<<8)
67#define REM_MULTIPLE (1<<9)
68#define MOD_SAMEOBJ (1<<10)
69#define ADD_RESERVED (1<<11)
70#define REM_RESERVED (1<<12)
72#define MOD_RESERVED (1<<13)
74#define MOD_EXCLUSIVE (1<<13)
78#define USE_DGRAM (1<<16)
79#define NO_AUTHINFO (1<<17)
91#define TAG_GCACHE_ALL TAG_GCACHE
95#define TAG_DCACHE_ONE TAG_DCACHE
100#define TAG_TCACHE_ONE 7
101#define TAG_DCACHE_ALL 8
102#define TAG_TCACHE_ALL 9
103#define TAG_GCACHE_ONE 10
104#define TAG_DCACHE_ONE_REFRESH 11
107#define TAG_OPSTATS 2048
108#define TAG_THREADS 2049
110#define TAG_UPDATES 2051
111#define TAG_VISIBLE 2052
112#define TAG_S_DCACHE 2053
113#define TAG_S_OCACHE 2054
114#define TAG_S_GCACHE 2055
115#define TAG_S_STORAGE 2056
116#define TAG_UPTIME 2057
117#ifndef ORIGINAL_DECLS
118#define TAG_DIRLIST 2058
119#define TAG_NISCOMPAT 2059
120#define TAG_DNSFORWARDING 2060
121#define TAG_SECURITY_LEVEL 2061
122#define TAG_ROOTSERVER 2062
129#define IMPMEM_GROUPS 1
130#define RECURS_GROUPS 2
131#define NEGMEM_GROUPS 4