sctp_bindx.3 (d1d015864103b253b3fcb2f72a0da5b0cfeb31b6) sctp_bindx.3 (b96e9390dbf8f67aab499c9d3928d2af0a1cc672)
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.

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

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)send.2 8.2 (Berkeley) 2/21/94
29.\" $FreeBSD$
30.\"
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.

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

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)send.2 8.2 (Berkeley) 2/21/94
29.\" $FreeBSD$
30.\"
31.Dd December 15, 2006
31.Dd June 14, 2015
32.Dt SCTP_BINDX 3
33.Os
34.Sh NAME
35.Nm sctp_bindx
36.Nd bind or unbind an SCTP socket to a list of addresses.
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

66The argument
67.Fa type
68must be one of the following values.
69.Pp
70.Dv SCTP_BINDX_ADD_ADDR
71This value indicates that the listed address(es) need to
72be added to the endpoint.
73.Pp
32.Dt SCTP_BINDX 3
33.Os
34.Sh NAME
35.Nm sctp_bindx
36.Nd bind or unbind an SCTP socket to a list of addresses.
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

66The argument
67.Fa type
68must be one of the following values.
69.Pp
70.Dv SCTP_BINDX_ADD_ADDR
71This value indicates that the listed address(es) need to
72be added to the endpoint.
73.Pp
74.Dv SCTP_BINDX_DEL_ADDR
74.Dv SCTP_BINDX_REM_ADDR
75This value indicates that the listed address(es) need to
76be removed from the endpoint.
77.Pp
78Note that when a user adds or deletes an address to an
79association if the dynamic address flag
80.Va net.inet.sctp.auto_asconf
81is enabled any associations in the endpoint will attempt to
82have the address(es) added dynamically to the existing

--- 28 unchanged lines hidden ---
75This value indicates that the listed address(es) need to
76be removed from the endpoint.
77.Pp
78Note that when a user adds or deletes an address to an
79association if the dynamic address flag
80.Va net.inet.sctp.auto_asconf
81is enabled any associations in the endpoint will attempt to
82have the address(es) added dynamically to the existing

--- 28 unchanged lines hidden ---