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

svc_unregister Subroutine

Purpose

Removes mappings between procedures and objects.

Library

C Library (libc.a)

Syntax

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

Description

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.

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_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.


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