Deleted Added
full compact
sctp_getaddrlen.3 (210772) sctp_getaddrlen.3 (233648)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)send.2 8.2 (Berkeley) 2/21/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)send.2 8.2 (Berkeley) 2/21/94
33.\" $FreeBSD: head/lib/libc/net/sctp_getaddrlen.3 210772 2010-08-02 16:01:45Z joel $
33.\" $FreeBSD: head/lib/libc/net/sctp_getaddrlen.3 233648 2012-03-29 05:02:12Z eadler $
34.\"
35.Dd December 15, 2006
36.Dt SCTP_GETADDRLEN 3
37.Os
38.Sh NAME
39.Nm sctp_getaddrlen
40.Nd return the address length of an address family
41.Sh LIBRARY

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

57Note that the function
58will actually create an SCTP socket and then gather the
59information via a
60.Fn getsockopt
61system calls.
62If for some reason a SCTP socket cannot
63be created or the
64.Fn getsockopt
34.\"
35.Dd December 15, 2006
36.Dt SCTP_GETADDRLEN 3
37.Os
38.Sh NAME
39.Nm sctp_getaddrlen
40.Nd return the address length of an address family
41.Sh LIBRARY

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

57Note that the function
58will actually create an SCTP socket and then gather the
59information via a
60.Fn getsockopt
61system calls.
62If for some reason a SCTP socket cannot
63be created or the
64.Fn getsockopt
65call fails, an error will be returned
65call fails, an error will be returned
66with
67.Va errno
68set as specified in the
69.Fn socket
70or
71.Fn getsockopt
72system call.
73.Sh RETURN VALUES

--- 14 unchanged lines hidden ---
66with
67.Va errno
68set as specified in the
69.Fn socket
70or
71.Fn getsockopt
72system call.
73.Sh RETURN VALUES

--- 14 unchanged lines hidden ---