]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/contrib/ngatm/netnatm/msg/uni_ie.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / contrib / ngatm / netnatm / msg / uni_ie.h
1 /* This file was created automatically
2  * Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
3  * $FreeBSD$
4  */
5
6 #ifndef _NETNATM_MSG_UNI_IE_H_
7 #define _NETNATM_MSG_UNI_IE_H_
8
9 union uni_ieall {
10         struct uni_iehdr h;
11         struct uni_ie_cause cause;
12         struct uni_ie_callstate callstate;
13         struct uni_ie_facility facility;
14         struct uni_ie_notify notify;
15         struct uni_ie_eetd eetd;
16         struct uni_ie_conned conned;
17         struct uni_ie_connedsub connedsub;
18         struct uni_ie_epref epref;
19         struct uni_ie_epstate epstate;
20         struct uni_ie_aal aal;
21         struct uni_ie_traffic traffic;
22         struct uni_ie_connid connid;
23         struct uni_ie_qos qos;
24         struct uni_ie_bhli bhli;
25         struct uni_ie_bearer bearer;
26         struct uni_ie_blli blli;
27         struct uni_ie_lshift lshift;
28         struct uni_ie_nlshift nlshift;
29         struct uni_ie_scompl scompl;
30         struct uni_ie_repeat repeat;
31         struct uni_ie_calling calling;
32         struct uni_ie_callingsub callingsub;
33         struct uni_ie_called called;
34         struct uni_ie_calledsub calledsub;
35         struct uni_ie_tns tns;
36         struct uni_ie_restart restart;
37         struct uni_ie_uu uu;
38         struct uni_ie_git git;
39         struct uni_ie_mintraffic mintraffic;
40         struct uni_ie_atraffic atraffic;
41         struct uni_ie_abrsetup abrsetup;
42         struct uni_ie_report report;
43         struct uni_ie_called_soft called_soft;
44         struct uni_ie_crankback crankback;
45         struct uni_ie_dtl dtl;
46         struct uni_ie_calling_soft calling_soft;
47         struct uni_ie_abradd abradd;
48         struct uni_ie_lij_callid lij_callid;
49         struct uni_ie_lij_param lij_param;
50         struct uni_ie_lij_seqno lij_seqno;
51         struct uni_ie_cscope cscope;
52         struct uni_ie_exqos exqos;
53         struct uni_ie_mdcr mdcr;
54         struct uni_ie_unrec unrec;
55 };
56
57 #endif