Indicates that the service dispatch routine cannot decode the parameters of a request.
#include <rpc/rpc.h>
void svcerr_decode (xprt) SVCXPRT *xprt;
The svcerr_decode subroutine is called by a service dispatch subroutine that cannot decode the parameters specified in a request. This subroutine sets the status of the Remote Procedure Call (RPC) reply message to the GARBAGE_ARGS condition.
xprt | Points to the RPC service transport handle. |
This subroutine is part of Base Operating System (BOS) Runtime.
The svc_getargs macro.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.