Deleted Added
full compact
unistruct.3 (131823) unistruct.3 (146532)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Hartmut Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Hartmut Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $Begemot: libunimsg/man/unistruct.3,v 1.3 2004/07/08 08:21:43 brandt Exp $
29.\" $Begemot: libunimsg/man/unistruct.3,v 1.4 2005/05/23 12:00:10 brandt_h Exp $
30.\"
30.\"
31.Dd October 30, 2003
32.Dt unistruct 3
31.Dd May 23, 2005
32.Dt UNISTRUCT 3
33.Os
34.Sh NAME
35.Nm libngatm
36.Nd "ATM signalling library"
37.Sh LIBRARY
38Begemot ATM signalling library
39.Pq libngatm, -lngatm
40.Sh SYNOPSIS
41.In netnatm/msg/unistruct.h
42.In netnatm/msg/unimsglib.h
43.Sh DESCRIPTION
44The
45.Nm
46library handles UNI 4.0 messages.
47For each information element and message
48type the header files contain a structure definition.
33.Os
34.Sh NAME
35.Nm libngatm
36.Nd "ATM signalling library"
37.Sh LIBRARY
38Begemot ATM signalling library
39.Pq libngatm, -lngatm
40.Sh SYNOPSIS
41.In netnatm/msg/unistruct.h
42.In netnatm/msg/unimsglib.h
43.Sh DESCRIPTION
44The
45.Nm
46library handles UNI 4.0 messages.
47For each information element and message
48type the header files contain a structure definition.
49Additionally there
49Additionally there
50are a number of help structures and a global context structure for some
51of the library functions.
52This document only describes the common structures.
53For information element and message structures see the header files.
54.Ss LIBRARY CONFIGURATION
55When the library is compiled a number of constants are define in the file
56.Pa uni_config.h .
57They define certain limits.

--- 53 unchanged lines hidden (view full) ---

111.Dv UNI_CODING_NET .
112The action indicator
113.Fa act
114is used for error processing and is one of:
115.Bl -tag -width XXXX
116.It Dv UNI_IEACT_CLEAR
117clear call
118.It Dv UNI_IEACT_IGNORE
50are a number of help structures and a global context structure for some
51of the library functions.
52This document only describes the common structures.
53For information element and message structures see the header files.
54.Ss LIBRARY CONFIGURATION
55When the library is compiled a number of constants are define in the file
56.Pa uni_config.h .
57They define certain limits.

--- 53 unchanged lines hidden (view full) ---

111.Dv UNI_CODING_NET .
112The action indicator
113.Fa act
114is used for error processing and is one of:
115.Bl -tag -width XXXX
116.It Dv UNI_IEACT_CLEAR
117clear call
118.It Dv UNI_IEACT_IGNORE
119ignore IE and proceed
119ignore IE and proceed
120.It Dv UNI_IEACT_REPORT
121ignore IE, report and proceed
122.It Dv UNI_IEACT_MSG_IGNORE
123ignore message
124.It Dv UNI_IEACT_MSG_REPORT
125ignore message and report
126.It Dv UNI_IEACT_DEFAULT
127the use action indicator flag was not set.

--- 178 unchanged lines hidden (view full) ---

306This is used by the printing routines.
307Legal values are 0 to 4 and give
308different kinds of printout.
309.It Fa tabsiz
310The size of tabulation to use in printing.
3114 is a good value.
312.El
313.Sh SEE ALSO
120.It Dv UNI_IEACT_REPORT
121ignore IE, report and proceed
122.It Dv UNI_IEACT_MSG_IGNORE
123ignore message
124.It Dv UNI_IEACT_MSG_REPORT
125ignore message and report
126.It Dv UNI_IEACT_DEFAULT
127the use action indicator flag was not set.

--- 178 unchanged lines hidden (view full) ---

306This is used by the printing routines.
307Legal values are 0 to 4 and give
308different kinds of printout.
309.It Fa tabsiz
310The size of tabulation to use in printing.
3114 is a good value.
312.El
313.Sh SEE ALSO
314.Xr libunimsg 3 ,
314.Xr libunimsg 3
315.Sh STANDARDS
316This implementation conforms to the applicable ITU-T
317recommendations and ATM Forum standards with the exception of some limitations
318(see the Configuration section).
319.Sh AUTHORS
320.An Hartmut Brandt Aq harti@freebsd.org
315.Sh STANDARDS
316This implementation conforms to the applicable ITU-T
317recommendations and ATM Forum standards with the exception of some limitations
318(see the Configuration section).
319.Sh AUTHORS
320.An Hartmut Brandt Aq harti@freebsd.org