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

Technical Reference: Communications, Volume 1

svc_getcaller Macro

Purpose

Gets the network address of the caller of a procedure.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>


struct sockaddr_in *
svc_getcaller ( xprt)
SVCXPRT *xprt;

Description

The svc_getcaller macro retrieves the network address of the caller of a procedure associated with the Remote Procedure Call (RPC) service transport handle.

Parameters

xprt Points to the RPC service transport handle.

Related Information

The svc_register subroutine, svc_run subroutine.

List of RPC Programming References.

Remote Procedure Call (RPC) Overview for Programming in AIX 5L Version 5.2 Communications Programming Concepts.

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