• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/gen_ndr/
1/* header auto-generated by pidl */
2
3#include "librpc/ndr/libndr.h"
4#include "../librpc/gen_ndr/echo.h"
5
6#ifndef _HEADER_NDR_rpcecho
7#define _HEADER_NDR_rpcecho
8
9#define NDR_RPCECHO_UUID "60a15ec5-4de8-11d7-a637-005056a20182"
10#define NDR_RPCECHO_VERSION 1.0
11#define NDR_RPCECHO_NAME "rpcecho"
12#define NDR_RPCECHO_HELPSTRING "Simple echo pipe"
13extern const struct ndr_interface_table ndr_table_rpcecho;
14#define NDR_ECHO_ADDONE (0x00)
15
16#define NDR_ECHO_ECHODATA (0x01)
17
18#define NDR_ECHO_SINKDATA (0x02)
19
20#define NDR_ECHO_SOURCEDATA (0x03)
21
22#define NDR_ECHO_TESTCALL (0x04)
23
24#define NDR_ECHO_TESTCALL2 (0x05)
25
26#define NDR_ECHO_TESTSLEEP (0x06)
27
28#define NDR_ECHO_TESTENUM (0x07)
29
30#define NDR_ECHO_TESTSURROUNDING (0x08)
31
32#define NDR_ECHO_TESTDOUBLEPOINTER (0x09)
33
34#define NDR_RPCECHO_CALL_COUNT (10)
35enum ndr_err_code ndr_push_echo_info1(struct ndr_push *ndr, int ndr_flags, const struct echo_info1 *r);
36enum ndr_err_code ndr_pull_echo_info1(struct ndr_pull *ndr, int ndr_flags, struct echo_info1 *r);
37void ndr_print_echo_info1(struct ndr_print *ndr, const char *name, const struct echo_info1 *r);
38void ndr_print_echo_info2(struct ndr_print *ndr, const char *name, const struct echo_info2 *r);
39void ndr_print_echo_info3(struct ndr_print *ndr, const char *name, const struct echo_info3 *r);
40void ndr_print_STRUCT_echo_info4(struct ndr_print *ndr, const char *name, const struct echo_info4 *r);
41void ndr_print_echo_info5(struct ndr_print *ndr, const char *name, const struct echo_info5 *r);
42void ndr_print_echo_info6(struct ndr_print *ndr, const char *name, const struct echo_info6 *r);
43void ndr_print_echo_info7(struct ndr_print *ndr, const char *name, const struct echo_info7 *r);
44void ndr_print_echo_Info(struct ndr_print *ndr, const char *name, const union echo_Info *r);
45void ndr_print_echo_Enum1(struct ndr_print *ndr, const char *name, enum echo_Enum1 r);
46void ndr_print_echo_Enum1_32(struct ndr_print *ndr, const char *name, enum echo_Enum1_32 r);
47void ndr_print_echo_Enum2(struct ndr_print *ndr, const char *name, const struct echo_Enum2 *r);
48void ndr_print_echo_Enum3(struct ndr_print *ndr, const char *name, const union echo_Enum3 *r);
49void ndr_print_echo_Surrounding(struct ndr_print *ndr, const char *name, const struct echo_Surrounding *r);
50void ndr_print_echo_AddOne(struct ndr_print *ndr, const char *name, int flags, const struct echo_AddOne *r);
51void ndr_print_echo_EchoData(struct ndr_print *ndr, const char *name, int flags, const struct echo_EchoData *r);
52void ndr_print_echo_SinkData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SinkData *r);
53void ndr_print_echo_SourceData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SourceData *r);
54void ndr_print_echo_TestCall(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall *r);
55void ndr_print_echo_TestCall2(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall2 *r);
56void ndr_print_echo_TestSleep(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSleep *r);
57void ndr_print_echo_TestEnum(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestEnum *r);
58void ndr_print_echo_TestSurrounding(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSurrounding *r);
59void ndr_print_echo_TestDoublePointer(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestDoublePointer *r);
60#endif /* _HEADER_NDR_rpcecho */
61