[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, 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 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]