ReactOS 0.4.16-dev-555-g690643f
|
#include <wintirpc.h>
#include <reentrant.h>
#include <sys/types.h>
#include <rpc/rpc.h>
#include <rpc/nettype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rpc_com.h"
Go to the source code of this file.
Classes | |
struct | proglst |
Functions | |
static void | universal (struct svc_req *, SVCXPRT *) |
int | rpc_reg (rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, char **progname, xdrproc_t inproc, xdrproc_t outproc, char *nettype) |
Variables | |
static struct proglst * | proglst |
static const char | rpc_reg_err [] = "%s: %s" |
static const char | rpc_reg_msg [] = "rpc_reg: " |
static const char | __reg_err1 [] = "can't find appropriate transport" |
static const char | __reg_err2 [] = "can't get protocol info" |
static const char | __reg_err3 [] = "unsupported transport size" |
static const char | __no_mem_str [] = "out of memory" |
int rpc_reg | ( | rpcprog_t | prognum, |
rpcvers_t | versnum, | ||
rpcproc_t | procnum, | ||
char ** | progname, | ||
xdrproc_t | inproc, | ||
xdrproc_t | outproc, | ||
char * | nettype | ||
) |
Definition at line 92 of file svc_simple.c.
Definition at line 235 of file svc_simple.c.
Referenced by rpc_reg().
Definition at line 78 of file svc_simple.c.
Definition at line 75 of file svc_simple.c.
Definition at line 76 of file svc_simple.c.
Definition at line 77 of file svc_simple.c.
Definition at line 73 of file svc_simple.c.
Definition at line 74 of file svc_simple.c.