z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


svcraw_create()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <rpc.h>
SVCXPRT *
svcraw_create()

Parameters

None.

Usage

The svcraw_create() call creates a local RPC service transport used for timings, to which it returns a pointer. Messages are passed using a buffer within the address space of the local process; therefore, the client process must also use the same address space. This allows the simulation of RPC programs within one computer. See clntraw_create() for more information.

Return codes

NULL indicates failure.

Context

  • svc_destroy()
  • svctcp_create()
  • svcudp_create()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014