Indicates that the service dispatch routine cannot complete a remote procedure call due to an authentication error.
#include <rpc/rpc.h>
void svcerr_auth (xprt, why) SVCXPRT *xprt; enum auth_stat why;
The svcerr_auth subroutine is called by a service dispatch subroutine that refuses to perform a remote procedure call (RPC) because of an authentication error. This subroutine sets the status of the RPC reply message to AUTH_ERROR.
xprt | Points to the RPC service transport handle. |
why | Specifies the authentication error. |
This subroutine is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.