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

Item Description
xprt Points to the RPC service transport handle.