svc_getcaller()

The svc_getcaller() call gets the network address of the client associated with the service transport handle.

Syntax

#include <rpc\rpc.h>

struct sockaddr_in *
svc_getcaller(xprt)
SVCXPRT *xprt;

Parameters

xprt


[Back: svc_getargs()]
[Next: svc_getreq()]