[ Previous | Next | Table of 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.

Implementation Specifics

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

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.1 Communications Programming Concepts.


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