summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ngatm/netnatm/msg/uni_ie.h
blob: f24c560fb8de028f3a59b8dae14af4f8618105a6 (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
/* This file was created automatically
 * Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
 * $FreeBSD$
 */

#ifndef _NETNATM_MSG_UNI_IE_H_
#define _NETNATM_MSG_UNI_IE_H_

union uni_ieall {
	struct uni_iehdr h;
	struct uni_ie_cause cause;
	struct uni_ie_callstate callstate;
	struct uni_ie_facility facility;
	struct uni_ie_notify notify;
	struct uni_ie_eetd eetd;
	struct uni_ie_conned conned;
	struct uni_ie_connedsub connedsub;
	struct uni_ie_epref epref;
	struct uni_ie_epstate epstate;
	struct uni_ie_aal aal;
	struct uni_ie_traffic traffic;
	struct uni_ie_connid connid;
	struct uni_ie_qos qos;
	struct uni_ie_bhli bhli;
	struct uni_ie_bearer bearer;
	struct uni_ie_blli blli;
	struct uni_ie_lshift lshift;
	struct uni_ie_nlshift nlshift;
	struct uni_ie_scompl scompl;
	struct uni_ie_repeat repeat;
	struct uni_ie_calling calling;
	struct uni_ie_callingsub callingsub;
	struct uni_ie_called called;
	struct uni_ie_calledsub calledsub;
	struct uni_ie_tns tns;
	struct uni_ie_restart restart;
	struct uni_ie_uu uu;
	struct uni_ie_git git;
	struct uni_ie_mintraffic mintraffic;
	struct uni_ie_atraffic atraffic;
	struct uni_ie_abrsetup abrsetup;
	struct uni_ie_report report;
	struct uni_ie_called_soft called_soft;
	struct uni_ie_crankback crankback;
	struct uni_ie_dtl dtl;
	struct uni_ie_calling_soft calling_soft;
	struct uni_ie_abradd abradd;
	struct uni_ie_lij_callid lij_callid;
	struct uni_ie_lij_param lij_param;
	struct uni_ie_lij_seqno lij_seqno;
	struct uni_ie_cscope cscope;
	struct uni_ie_exqos exqos;
	struct uni_ie_mdcr mdcr;
	struct uni_ie_unrec unrec;
};

#endif
OpenPOWER on IntegriCloud