Destroys the mappings between a remote procedure call and the port.
#include <rpc/rpc.h>
pmap_unset (prognum, versnum) u_long prognum, versnum;
The pmap_unset subroutine destroys mappings between the program number and version number of a remote procedure call and the ports on the host portmap daemon.
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_getmaps subroutine, pmap_set subroutine, svc_unregister subroutine.
The portmap daemon.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.