Deleted Added
full compact
uniaddr.3 (131823) uniaddr.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/uniaddr.3,v 1.3 2004/07/08 08:21:42 brandt Exp $
29.\" $Begemot: libunimsg/man/uniaddr.3,v 1.5 2005/05/23 12:04:55 brandt_h Exp $
30.\"
30.\"
31.Dd October 30, 2003
32.Dt uniaddr 3
31.Dd May 23, 2005
32.Dt UNIADDR 3
33.Os
34.Sh NAME
35.Nm unimsg ,
36.Nm uni_str2nsap ,
37.Nm uni_nsap2str ,
38.Nm uni_prefix2str ,
39.Nm uni_e1642nsap ,
40.Nm uni_nsap2e164

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

115.Fa check
116is 1 the last 11 bytes except the selector byte must be zero.
117If
118.Fa check
119is 2 the last 11 bytes must be zero.
120The function returns 0 on success and -1 when the NSAP address was not an
121embedded E.164 NSAP or one of the additional checks failed.
122.Sh SEE ALSO
33.Os
34.Sh NAME
35.Nm unimsg ,
36.Nm uni_str2nsap ,
37.Nm uni_nsap2str ,
38.Nm uni_prefix2str ,
39.Nm uni_e1642nsap ,
40.Nm uni_nsap2e164

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

115.Fa check
116is 1 the last 11 bytes except the selector byte must be zero.
117If
118.Fa check
119is 2 the last 11 bytes must be zero.
120The function returns 0 on success and -1 when the NSAP address was not an
121embedded E.164 NSAP or one of the additional checks failed.
122.Sh SEE ALSO
123.Xr libngatm 3 ,
123.Xr libngatm 3
124.Sh AUTHORS
125.An Hartmut Brandt Aq harti@freebsd.org
124.Sh AUTHORS
125.An Hartmut Brandt Aq harti@freebsd.org