Symbol: svcerr_auth
crypto/krb5/src/include/gssrpc/svc.h
263
extern void svcerr_auth(SVCXPRT *, enum auth_stat);
crypto/krb5/src/lib/rpc/svc.c
331
svcerr_auth(xprt, AUTH_TOOWEAK);
crypto/krb5/src/lib/rpc/svc.c
489
svcerr_auth(xprt, why);
include/rpc/svc.h
306
extern void svcerr_auth(SVCXPRT *, enum auth_stat);
lib/libc/rpc/svc.c
483
svcerr_auth(xprt, AUTH_TOOWEAK);
lib/libc/rpc/svc.c
654
svcerr_auth(xprt, why);
sys/fs/nfsclient/nfs_clkrpc.c
146
svcerr_auth(rqst, nd.nd_repstat & ~NFSERR_AUTHERR);
sys/fs/nfsserver/nfs_nfsdkrpc.c
387
svcerr_auth(rqst, nd.nd_repstat & ~NFSERR_AUTHERR);
sys/rpc/svc.c
830
svcerr_auth(rqstp, AUTH_TOOWEAK);
sys/rpc/svc.c
984
svcerr_auth(r, why);
sys/rpc/svc.h
511
extern void svcerr_auth(struct svc_req *, enum auth_stat);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
514
svcerr_auth(rqstp->rq_xprt, AUTH_BADCRED);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
763
svcerr_auth(transp, AUTH_BADCRED);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
769
svcerr_auth(transp, AUTH_BADCRED);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
775
svcerr_auth(transp, AUTH_BADCRED);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
782
svcerr_auth(rqstp->rq_xprt, AUTH_BADCRED);
usr.sbin/rpc.ypupdated/ypupdated_server.c
106
svcerr_auth(svcreq->rq_xprt, astat);
usr.sbin/rpc.ypupdated/ypupdated_server.c
140
svcerr_auth(svcreq->rq_xprt, astat);
usr.sbin/rpc.ypupdated/ypupdated_server.c
174
svcerr_auth(svcreq->rq_xprt, astat);
usr.sbin/rpc.ypupdated/ypupdated_server.c
208
svcerr_auth(svcreq->rq_xprt, astat);
usr.sbin/ypbind/ypbind.c
321
svcerr_auth(transp, AUTH_BADCRED);
usr.sbin/ypbind/ypbind.c
326
svcerr_auth(transp, AUTH_TOOWEAK);
usr.sbin/ypldap/yp.c
574
svcerr_auth(req->rq_xprt, AUTH_FAILED);