Symbol: auth_stat
include/rpc/auth.h
342
enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
343
enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
344
enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
include/rpc/auth_des.h
121
enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
include/rpc/auth_kerb.h
138
extern enum auth_stat _svcauth_kerb(struct svc_req *, struct rpc_msg *);
include/rpc/clnt.h
70
enum auth_stat RE_why; /* why the auth error occurred */
include/rpc/rpc_msg.h
114
enum auth_stat RJ_why; /* why authentication did not work */
include/rpc/svc.h
268
extern void svcerr_auth(SVCXPRT *, enum auth_stat);
include/rpc/svc_auth.h
49
extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
include/rpc/svc_auth.h
50
extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *,
lib/libc/rpc/clnt_perror.c
302
auth_errmsg(enum auth_stat stat)
lib/libc/rpc/clnt_perror.c
55
static char *auth_errmsg(enum auth_stat);
lib/libc/rpc/rpc_prot.c
138
enum auth_stat *prj_why;
lib/libc/rpc/svc.c
423
svcerr_auth(SVCXPRT *xprt, enum auth_stat why)
lib/libc/rpc/svc.c
560
enum auth_stat why;
lib/libc/rpc/svc_auth.c
125
enum auth_stat as;
lib/libc/rpc/svc_auth.c
138
enum auth_stat
lib/libc/rpc/svc_auth.c
160
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
lib/libc/rpc/svc_auth.c
66
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
lib/libc/rpc/svc_auth.c
89
enum auth_stat
lib/libc/rpc/svc_auth.c
94
enum auth_stat dummy;
lib/libc/rpc/svc_auth_des.c
111
enum auth_stat
lib/libc/rpc/svc_auth_unix.c
144
enum auth_stat
lib/libc/rpc/svc_auth_unix.c
55
enum auth_stat
lib/libc/rpc/svc_auth_unix.c
58
enum auth_stat stat;
usr.sbin/rpc.ypupdated/ypupdated_server.c
132
enum auth_stat astat;
usr.sbin/rpc.ypupdated/ypupdated_server.c
166
enum auth_stat astat;
usr.sbin/rpc.ypupdated/ypupdated_server.c
200
enum auth_stat astat;
usr.sbin/rpc.ypupdated/ypupdated_server.c
65
static enum auth_stat
usr.sbin/rpc.ypupdated/ypupdated_server.c
98
enum auth_stat astat;