Gets the network address of the caller of a procedure.
#include <rpc/rpc.h>
struct sockaddr_in * svc_getcaller (xprt) SVCXPRT *xprt;
The svc_getcaller macro retrieves the network address of the caller of a procedure associated with the Remote Procedure Call (RPC) service transport handle.
xprt | Points to the RPC service transport handle. |
This macro is part of Base Operating System (BOS) Runtime.
The svc_register subroutine, svc_run subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.