blob: 33f5def01f046dbe752ca5082fdd82ee879f85c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
<!--
**********************************************************************
Copyright (c) 2001
ZeroC, Inc.
Huntsville, AL, USA
All Rights Reserved
**********************************************************************
-->
<!-- ********************************************************************** -->
<section><title>proxies</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<arg choice=plain><replaceable>identity</replaceable></arg>
<group>
<arg>-f <replaceable>facet</replaceable></arg>
<arg>-t</arg>
<arg>-o</arg>
<arg>-O</arg>
<arg>-d</arg>
<arg>-D</arg>
<arg>-s</arg>
<arg>-c</arg>
</group>
<group>
<arg choice=plain> @ <replaceable>adapter_name</replaceable></arg>
<arg choice=plain> : <replaceable>endpoints</replaceable></arg>
</group>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
</section>
<!-- ********************************************************************** -->
<section><title>Endpoints</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<arg choice=plain><replaceable>endpoint</replaceable></arg>
<arg rep=repeat> : <replaceable>endpoint</replaceable></arg>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
<!-- ********************************************************************** -->
<section><title>Tcp Endpoint</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<command>tcp</command>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>-t <replaceable>timeout</replaceable></arg>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
</section>
<!-- ********************************************************************** -->
<section><title>Udp Endpoint</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<command>udp</command>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>-c</arg>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
</section>
<!-- ********************************************************************** -->
<section><title>Ssl Endpoint</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<command>ssl</command>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>-t <replaceable>timeout</replaceable></arg>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
</section>
<!-- ********************************************************************** -->
<section><title>SUdp Endpoint</title>
<!-- ********************************************************************** -->
<section><title>Synopsis</title>
<cmdsynopsis>
<command>sudp</command>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>-c</arg>
</cmdsynopsis>
</section>
<section><title>Description</title>
<para>
TBD
</para>
</section>
</section>
</section>
|