Symbol: AUTH
include/rpc/auth.h
172
extern AUTH *authunix_create(char *, int, int, int, int *);
include/rpc/auth.h
173
extern AUTH *authunix_create_default(void);
include/rpc/auth.h
174
extern AUTH *authnone_create(void);
include/rpc/clnt.h
120
AUTH *cl_auth; /* authenticator */
lib/libc/rpc/auth_none.c
65
AUTH no_client;
lib/libc/rpc/auth_none.c
70
AUTH *
lib/libc/rpc/auth_none.c
99
authnone_marshal(AUTH *client, XDR *xdrs)
lib/libc/rpc/auth_unix.c
104
auth = (AUTH *)mem_alloc(sizeof(*auth));
lib/libc/rpc/auth_unix.c
182
AUTH *
lib/libc/rpc/auth_unix.c
211
authunix_nextverf(AUTH *auth)
lib/libc/rpc/auth_unix.c
217
authunix_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_unix.c
225
authunix_validate(AUTH *auth, struct opaque_auth *verf)
lib/libc/rpc/auth_unix.c
253
authunix_refresh(AUTH *auth)
lib/libc/rpc/auth_unix.c
295
authunix_destroy(AUTH *auth)
lib/libc/rpc/auth_unix.c
317
marshal_new_auth(AUTH *auth)
lib/libc/rpc/auth_unix.c
84
static void marshal_new_auth(AUTH *auth);
lib/libc/rpc/auth_unix.c
91
AUTH *
lib/libc/rpc/auth_unix.c
98
AUTH *auth;
lib/libc/rpc/pmap_rmt.c
214
AUTH *unix_auth;
usr.bin/rusers/rusers.c
105
struct rmtcallargs *, AUTH *, char *);
usr.bin/rusers/rusers.c
456
AUTH *unix_auth, char *buf)
usr.bin/rusers/rusers.c
487
AUTH *unix_auth;
usr.sbin/amd/amd/misc_rpc.c
110
struct rpc_msg *mp, void *arg, xdrproc_t arg_xdr, AUTH *auth)
usr.sbin/amd/amd/misc_rpc.c
47
void *, xdrproc_t, AUTH *);
usr.sbin/amd/amd/nfs_ops.c
107
AUTH *nfs_auth;
usr.sbin/amd/amd/srvr_nfs.c
200
call_portmap(fserver *fs, AUTH *auth, unsigned long prog,
usr.sbin/amd/include/am.h
148
extern AUTH *nfs_auth; /* Dummy uthorisation for remote servers */
usr.sbin/amd/include/am.h
260
void *, xdrproc_t, AUTH *);
usr.sbin/hostapd/parse.y
1259
{ "auth", AUTH },
usr.sbin/hostapd/parse.y
156
%token AUTH DEAUTH ASSOC DISASSOC REASSOC REQUEST RESPONSE PCAP RATE
usr.sbin/hostapd/parse.y
575
| AUTH frmauth
usr.sbin/hostapd/parse.y
675
| REASON AUTH EXPIRE
usr.sbin/hostapd/parse.y
679
| REASON AUTH LEAVE
usr.sbin/ripd/auth.c
202
auth_head.auth_fixed = AUTH;
usr.sbin/ripd/auth.c
91
if (auth_head->auth_fixed != AUTH) {
usr.sbin/smtpd/parse.y
1117
| negation AUTH {
usr.sbin/smtpd/parse.y
1124
| negation AUTH tables {
usr.sbin/smtpd/parse.y
1141
| negation AUTH REGEX tables {
usr.sbin/smtpd/parse.y
1339
| negation FROM AUTH {
usr.sbin/smtpd/parse.y
1351
| negation FROM AUTH tables {
usr.sbin/smtpd/parse.y
1371
| negation FROM AUTH REGEX tables {
usr.sbin/smtpd/parse.y
1651
negation AUTH {
usr.sbin/smtpd/parse.y
1657
negation AUTH tables {
usr.sbin/smtpd/parse.y
1663
negation AUTH REGEX tables {
usr.sbin/smtpd/parse.y
170
%token ACTION ADMD ALIAS ANY ARROW AUTH AUTH_OPTIONAL
usr.sbin/smtpd/parse.y
1799
AUTH {
usr.sbin/smtpd/parse.y
2394
| AUTH {
usr.sbin/smtpd/parse.y
2410
| AUTH tables {
usr.sbin/smtpd/parse.y
2687
{ "auth", AUTH },
usr.sbin/smtpd/parse.y
907
| AUTH tables {
usr.sbin/snmpd/parse.y
1133
| SECLEVEL AUTH { $$ = SNMP_MSGFLAG_AUTH; }
usr.sbin/snmpd/parse.y
1144
| AUTH auth {
usr.sbin/snmpd/parse.y
1288
{ "auth", AUTH },
usr.sbin/snmpd/parse.y
185
%token SECLEVEL NONE AUTH ENC USER AUTHKEY ENCKEY ERROR
usr.sbin/ypbind/ypbind.c
589
AUTH *rpcua;
usr.sbin/ypbind/ypbind.c
596
if (rpcua == (AUTH *)NULL) {
usr.sbin/ypbind/ypbind.c
648
AUTH *rpcua;
usr.sbin/ypbind/ypbind.c
658
if (rpcua == (AUTH *)NULL) {