The svcerr_auth() call sends an error reply when the service dispatch routine cannot execute an RPC request because of authentication errors.
Syntax
#include <rpc\rpc.h> void svcerr_auth(xprt, why) SVCXPRT *xprt; enum auth_stat why;
Parameters
xprt
Description
A service dispatch routine that refuses to run an RPC request because of authentication errors calls svcerr_auth().
Related Calls
svcerr_decode() svcerr_noproc()
svcerr_noprog()
svcerr_progvers()
svcerr_systemerr()
svcerr_weakauth()