Deleted Added
full compact
unifunc.3 (131823) unifunc.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/unifunc.3,v 1.3 2004/07/08 08:21:43 brandt Exp $
29.\" $Begemot: libunimsg/man/unifunc.3,v 1.5 2005/05/23 12:04:55 brandt_h Exp $
30.\"
30.\"
31.Dd October 30, 2003
32.Dt unifunc 3
31.Dd May 23, 2005
32.Dt UNIFUNC 3
33.Os
34.Sh NAME
33.Os
34.Sh NAME
35.Nm libngatm
36.Nm uni_decode
37.Nm uni_decode_head
38.Nm uni_decode_body
39.Nm uni_decode_ie_hdr
40.Nm uni_decode_ie_body
41.Nm uni_encode
42.Nm uni_encode_msg_hdr
43.Nm uni_encode_ie
44.Nm uni_encode_ie_hdr
45.Nm uni_check_ie
46.Nm uni_print_cref
47.Nm uni_print_msghdr
48.Nm uni_print
49.Nm uni_print_ie
50.Nm uni_initcx
35.Nm libngatm ,
36.Nm uni_decode ,
37.Nm uni_decode_head ,
38.Nm uni_decode_body ,
39.Nm uni_decode_ie_hdr ,
40.Nm uni_decode_ie_body ,
41.Nm uni_encode ,
42.Nm uni_encode_msg_hdr ,
43.Nm uni_encode_ie ,
44.Nm uni_encode_ie_hdr ,
45.Nm uni_check_ie ,
46.Nm uni_print_cref ,
47.Nm uni_print_msghdr ,
48.Nm uni_print ,
49.Nm uni_print_ie ,
50.Nm uni_initcx ,
51.Nm uni_print_cx
52.Nd "ATM signalling library - message handling functions"
53.Sh LIBRARY
54Begemot ATM signalling library
55.Pq libngatm, -lngatm
56.Sh SYNOPSIS
57.In netnatm/msg/unistruct.h
58.In netnatm/msg/unimsglib.h

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

89.Ft void
90.Fn uni_print_cx "char *buf" "size_t buflen" "struct unicx *cx"
91.Sh DESCRIPTION
92The
93.Nm
94library handles UNI 4.0 messages.
95For each information element and message
96type the header files contain a structure definition.
51.Nm uni_print_cx
52.Nd "ATM signalling library - message handling functions"
53.Sh LIBRARY
54Begemot ATM signalling library
55.Pq libngatm, -lngatm
56.Sh SYNOPSIS
57.In netnatm/msg/unistruct.h
58.In netnatm/msg/unimsglib.h

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

89.Ft void
90.Fn uni_print_cx "char *buf" "size_t buflen" "struct unicx *cx"
91.Sh DESCRIPTION
92The
93.Nm
94library handles UNI 4.0 messages.
95For each information element and message
96type the header files contain a structure definition.
97Additionally there
97Additionally there
98are a number of help structures and a global context structure for some
99of the library functions.
100This document describes the functions that are
101used to handle messages.
102.Ss DECODING
103Decoding is the process of taking an octet stream containing a UNI message
104or IE, parsing it and filling in a message or IE structure.
105.Pp

--- 147 unchanged lines hidden ---
98are a number of help structures and a global context structure for some
99of the library functions.
100This document describes the functions that are
101used to handle messages.
102.Ss DECODING
103Decoding is the process of taking an octet stream containing a UNI message
104or IE, parsing it and filling in a message or IE structure.
105.Pp

--- 147 unchanged lines hidden ---