The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/ngatm/netnatm/msg/uni_ie.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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

Cache object: 172e3d62996f41a353226aecdb07633d


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.