Deleted Added
full compact
sctp_getassocid.3 (233462) sctp_getassocid.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.

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

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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.\"
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.

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

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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.\" $FreeBSD: head/lib/libc/net/sctp_getassocid.3 233462 2012-03-25 12:13:24Z joel $
32.\" $FreeBSD: head/lib/libc/net/sctp_getassocid.3 233648 2012-03-29 05:02:12Z eadler $
33.\"
34.Dd December 15, 2006
35.Dt SCTP_GETASSOCID 3
36.Os
37.Sh NAME
38.Nm sctp_getassocid
39.Nd return an association id for a specified socket address.
40.Sh LIBRARY

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

45.In netinet/sctp.h
46.Ft sctp_assoc_t
47.Fn sctp_getassocid "int s" "struct sockaddr *addr"
48.Sh DESCRIPTION
49The
50.Fn sctp_getassocid
51call attempts to look up the specified socket address
52.Fa addr
33.\"
34.Dd December 15, 2006
35.Dt SCTP_GETASSOCID 3
36.Os
37.Sh NAME
38.Nm sctp_getassocid
39.Nd return an association id for a specified socket address.
40.Sh LIBRARY

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

45.In netinet/sctp.h
46.Ft sctp_assoc_t
47.Fn sctp_getassocid "int s" "struct sockaddr *addr"
48.Sh DESCRIPTION
49The
50.Fn sctp_getassocid
51call attempts to look up the specified socket address
52.Fa addr
53and find the respective association identification.
53and find the respective association identification.
54.Sh RETURN VALUES
55The call returns the association id upon success and
560 is returned upon failure.
57.Sh ERRORS
58The
59.Fn sctp_getassocid
60function can return the following errors:
61.Bl -tag -width Er

--- 13 unchanged lines hidden ---
54.Sh RETURN VALUES
55The call returns the association id upon success and
560 is returned upon failure.
57.Sh ERRORS
58The
59.Fn sctp_getassocid
60function can return the following errors:
61.Bl -tag -width Er

--- 13 unchanged lines hidden ---