svcerr_systemerr()

The svcerr_systemerr() call sends an error reply when the service dispatch routine detects a system error that has not been handled.

Syntax

#include <rpc\rpc.h>

void
svcerr_systemerr(xprt)
SVCXPRT *xprt;

Parameters

xprt

Description

A service dispatch routine calls the svcerr_systemerr() call when it detects a system error that is not handled by the protocol.

Related Calls


[Back: svcerr_progvers()]
[Next: svcerr_weakauth()]