svcerr_progvers()

Format

#include <rpc.h>
void
svcerr_progvers(xprt, low_vers, high_vers)
SVCXPRT *xprt;
u_long low_vers;
u_long high_vers;

Parameters

xprt
Indicates the pointer to the service transport handle.
low_vers
Specifies the low version number that does not match.
high_vers
Specifies the high version number that does not match.

Usage

The svcerr_progvers() call is called when the version numbers of two RPC programs do not match. The low version number corresponds to the lowest registered version, and the high version corresponds to the highest version registered on the portmapper.

Context

  • svcerr_decode()
  • svcerr_noproc()
  • svcerr_noprog()
  • svcerr_progvers()
  • svcerr_systemerr()
  • svcerr_weakauth()