Removes mappings between procedures and objects.
#include <rpc/rpc.h>
void svc_unregister (prognum, versnum) u_long prognum, versnum;
The svc_unregister subroutine removes mappings between dispatch subroutines and the service procedure identified by the prognum parameter and the versnum parameter. It also removes the mapping between the port number and the service procedure which is identified by the prognum parameter and the versnum parameter.
prognum | Specifies the program number of the remote program. |
versnum | Specifies the version number of the remote program. |
This subroutine is part of Base Operating System (BOS) Runtime.
The pmap_unset subroutine, svc_register subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.