[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Communications Technical Reference, Volume 1

pmap_unset Subroutine

Purpose

Destroys the mappings between a remote procedure call and the port.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>
pmap_unset (prognum, versnum)
u_long prognum, versnum;

Description

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.

Parameters

prognum Specifies the program number of the remote program.
versnum Specifies the version number of the remote program.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

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.


[ Previous | Next | Contents | Glossary | Home | Search ]