Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / rxkad / test / stress.rg
CommitLineData
805e021f
CE
1/*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10/* RX Authentication Stress test: rxgen file */
11
12
13%#define RXKST_SERVICEPORT 7100 /* test server's port */
14%#define RXKST_SERVICEID 0xeb81
15
16package RXKST_
17
18/* so client & server stubs don't clash */
19prefix S
20
21proc Fast (IN u_long n,
22 OUT u_long *inc_n) = 1;
23proc Slow (IN u_long tag,
24 OUT u_long *time) = 2;
25proc Copious (IN u_long inlen, u_long insum, u_long outlen,
26 OUT u_long *outsum) split = 3;
27proc Kill () = 4;