|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <reentrant.h>#include <sys/types.h>#include <rpc/rpc.h>#include <rpc/nettype.h>#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include "rpc_com.h"#include <rpc/svc.h>
Go to the source code of this file.
Functions | |
| int | __svc_vc_setflag (SVCXPRT *, int) |
| int | svc_create (void *dispatch, rpcprog_t prognum, rpcvers_t versnum, const char *nettype) |
| SVCXPRT * | svc_tp_create (void *dispatch, rpcprog_t prognum, rpcvers_t versnum, const struct netconfig *nconf) |
| SVCXPRT * | svc_tli_create (SOCKET fd, const struct netconfig *nconf, const struct t_bind *bindaddr, u_int sendsz, u_int recvsz) |
Referenced by svc_tli_create().
Definition at line 68 of file svc_generic.c.
| SVCXPRT * svc_tli_create | ( | SOCKET | fd, |
| const struct netconfig * | nconf, | ||
| const struct t_bind * | bindaddr, | ||
| u_int | sendsz, | ||
| u_int | recvsz | ||
| ) |
Definition at line 182 of file svc_generic.c.
Referenced by rpc_reg(), and svc_tp_create().
| SVCXPRT * svc_tp_create | ( | void * | dispatch, |
| rpcprog_t | prognum, | ||
| rpcvers_t | versnum, | ||
| const struct netconfig * | nconf | ||
| ) |
Definition at line 141 of file svc_generic.c.
Referenced by svc_create().