z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


svcerr_progvers()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

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()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014