ReactOS 0.4.16-dev-38-g96c65e9
|
#include <wintirpc.h>
#include <reentrant.h>
#include <sys/types.h>
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <rpc/rpc.h>
#include <rpc/nettype.h>
#include "rpc_com.h"
Go to the source code of this file.
Macros | |
#define | NETIDLEN 32 |
#define NETIDLEN 32 |
Definition at line 81 of file clnt_generic.c.
CLIENT * clnt_create | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
const rpcvers_t | vers, | ||
const char * | nettype | ||
) |
Definition at line 179 of file clnt_generic.c.
Referenced by rpc_call().
CLIENT * clnt_create_timed | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
const rpcvers_t | vers, | ||
const char * | netclass, | ||
const struct timeval * | tp | ||
) |
Definition at line 195 of file clnt_generic.c.
Referenced by clnt_create(), and clnt_create_vers_timed().
CLIENT * clnt_create_vers | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
rpcvers_t * | vers_out, | ||
const rpcvers_t | vers_low, | ||
const rpcvers_t | vers_high, | ||
const char * | nettype | ||
) |
Definition at line 94 of file clnt_generic.c.
CLIENT * clnt_create_vers_timed | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
rpcvers_t * | vers_out, | ||
const rpcvers_t | vers_low_in, | ||
const rpcvers_t | vers_high_in, | ||
const char * | nettype, | ||
const struct timeval * | tp | ||
) |
Definition at line 109 of file clnt_generic.c.
Referenced by clnt_create_vers().
CLIENT * clnt_tli_create | ( | const SOCKET | fd_in, |
const struct netconfig * | nconf, | ||
struct netbuf * | svcaddr, | ||
const rpcprog_t | prog, | ||
const rpcvers_t | vers, | ||
const uint | sendsz, | ||
const uint | recvsz, | ||
int(*)(void *, void *) | callback_xdr, | ||
int(*)(void *, void *, void **) | callback_function, | ||
void * | callback_args | ||
) |
Definition at line 347 of file clnt_generic.c.
Referenced by clnt_tp_create_timed(), get_client_for_netaddr(), and getclnthandle().
CLIENT * clnt_tp_create | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
const rpcvers_t | vers, | ||
const struct netconfig * | nconf | ||
) |
Definition at line 282 of file clnt_generic.c.
Referenced by _des_crypt_call(), and getkeyserv_handle().
CLIENT * clnt_tp_create_timed | ( | const char * | hostname, |
const rpcprog_t | prog, | ||
const rpcvers_t | vers, | ||
const struct netconfig * | nconf, | ||
const struct timeval * | tp | ||
) |
Definition at line 295 of file clnt_generic.c.
Referenced by clnt_create_timed(), and clnt_tp_create().