svcerr_auth()

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

why

Description

A service dispatch routine that refuses to run an RPC request because of authentication errors calls svcerr_auth().

Related Calls


[Back: svc_unregister()]
[Next: svcerr_decode()]