svcerr_noproc()

The svcerr_noproc() call sends an error reply when the service dispatch routine cannot call the procedure requested.

Syntax

#include <rpc\rpc.h>

void
svcerr_noproc(xprt)
SVCXPRT *xprt;

Parameters

xprt

Description

A service dispatch routine that does not implement the requested procedure calls the svcerr_noproc() call.

Related Calls


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