z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


pmap_getmaps()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <rpc.h>
#include <pmap_pro.h>
#include <pmap_cln.h>
 
struct pmaplist *
pmap_getmaps(addr)
struct sockaddr_in *addr;

Parameters

addr
Indicates the pointer to the Internet address of the foreign host.

Usage

The pmap_getmaps() call returns a list of current program-to-port mappings on the foreign host specified by addr.

Return codes

Returns a pointer to a pmaplist structure, or NULL.

Context

  • getrpcport()
  • pmap_getport()
  • pmap_rmtcall()
  • pmap_set()
  • pmap_unset()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014