ReactOS 0.4.15-dev-7958-gcd0bb1a
rpc_com.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2009, Sun Microsystems, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 * - Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.
9 * - Redistributions in binary form must reproduce the above copyright notice,
10 * this list of conditions and the following disclaimer in the documentation
11 * and/or other materials provided with the distribution.
12 * - Neither the name of Sun Microsystems, Inc. nor the names of its
13 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE.
27 */
28/*
29 * Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
30 */
31
32/*
33 * rpc_com.h, Common definitions for both the server and client side.
34 * All for the topmost layer of rpc
35 *
36 * In Sun's tirpc distribution, this was installed as <rpc/rpc_com.h>,
37 * but as it contains only non-exported interfaces, it was moved here.
38 */
39
40#ifndef _TIRPC_RPCCOM_H
41#define _TIRPC_RPCCOM_H
42
43//#include <sys/cdefs.h>
44
45/* #pragma ident "@(#)rpc_com.h 1.11 93/07/05 SMI" */
46
47/*
48 * The max size of the transport, if the size cannot be determined
49 * by other means.
50 */
51#define RPC_MAXDATASIZE 9000
52#define RPC_MAXADDRSIZE 1024
53
54//#ifdef _WIN32
55// #define __RPC_GETXID(now) ((u_int32_t)_getpid() ^ (u_int32_t)(now)->tv_sec ^ \
56// (u_int32_t)(now)->tv_usec)
57//#else
58 #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \
59 (u_int32_t)(now)->tv_usec)
60//#endif
61
63extern u_int __rpc_get_a_size(int);
64extern int __rpc_dtbsize(void);
65extern struct netconfig * __rpcgettp(SOCKET);
66extern int __rpc_get_default_domain(char **);
67struct netbuf *__rpc_set_netbuf(struct netbuf *, const void *, size_t);
68
69char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
70struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
71int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
72int __rpc_sockinfo2netid(struct __rpc_sockinfo *, const char **);
75void *rpc_nullproc(CLIENT *);
77
79 const char *, CLIENT **);
81 const struct netconfig *, const char *host, CLIENT **clpp,
82 struct timeval *tp);
83
84bool_t __rpc_control(int,void *);
85
86char *_get_next_token(char *, int);
87
93void __xprt_set_raddr(SVCXPRT *, const struct sockaddr_storage *);
94
95extern SVCXPRT **__svc_xports;
96extern int __svc_maxrec;
97
99
100#endif /* _TIRPC_RPCCOM_H */
xprt_stat
Definition: svc.h:81
UINT32 u_int
Definition: types.h:82
u_int32_t rpcprog_t
Definition: types.h:104
int32_t bool_t
Definition: types.h:101
u_int32_t rpcvers_t
Definition: types.h:105
_In_ uint64_t _In_ uint64_t _In_ uint64_t _In_opt_ traverse_ptr * tp
Definition: btrfs.c:2996
int __rpc_get_default_domain(char **)
Definition: rpcdname.c:72
__BEGIN_DECLS u_int __rpc_get_a_size(int)
Definition: rpc_generic.c:172
struct netbuf * __rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *, const char *, CLIENT **)
SVCXPRT ** __svc_xports
int __svc_maxrec
struct netbuf * __rpc_uaddr2taddr_af(int, const char *)
Definition: rpc_generic.c:734
bool_t __xdrrec_setnonblock(XDR *, int)
Definition: xdr_rec.c:663
void __xprt_set_raddr(SVCXPRT *, const struct sockaddr_storage *)
Definition: svc_vc.c:111
bool_t __xdrrec_setblock(XDR *)
Definition: xdr_rec.c:677
struct netbuf * __rpc_set_netbuf(struct netbuf *, const void *, size_t)
Definition: rpc_generic.c:951
int __rpc_dtbsize(void)
Definition: rpc_generic.c:110
int __rpc_sockinfo2netid(struct __rpc_sockinfo *, const char **)
Definition: rpc_generic.c:580
char * _get_next_token(char *, int)
Definition: getnetpath.c:228
struct netbuf * __rpcb_findaddr_timed(rpcprog_t, rpcvers_t, const struct netconfig *, const char *host, CLIENT **clpp, struct timeval *tp)
Definition: rpcb_clnt.c:709
void __xprt_unregister_unlocked(SVCXPRT *)
Definition: svc.c:134
void * rpc_nullproc(CLIENT *)
Definition: rpc_generic.c:447
struct netconfig * __rpcgettp(SOCKET)
Definition: rpc_generic.c:464
int __rpc_seman2socktype(int)
Definition: rpc_generic.c:842
int __rpc_sockisbound(SOCKET)
Definition: rpc_generic.c:909
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *)
Definition: rpc_generic.c:883
bool_t __rpc_control(int, void *)
Definition: rpcb_clnt.c:108
char * __rpc_taddr2uaddr_af(int, const struct netbuf *)
Definition: rpc_generic.c:663
bool_t __svc_clean_idle(fd_set *, int, bool_t)
Definition: svc_vc.c:820
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t)
Definition: xdr_rec.c:581
int __rpc_socktype2seman(int)
Definition: rpc_generic.c:859
Definition: xdr.h:103
Definition: winsock.h:66
Definition: types.h:144
char * host
Definition: whois.c:55
UINT_PTR SOCKET
Definition: winsock.h:47
#define __END_DECLS
Definition: wintirpc.h:63
#define __BEGIN_DECLS
Definition: wintirpc.h:62