summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_bindx.3
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-06-18 10:20:32 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-06-18 10:20:32 +0000
commit0414524f6c1fd8f30bcce5d8652612eae18b5472 (patch)
tree8c9b6239ccd43a7b121879c7736ab65c1f17cbc6 /lib/libc/net/sctp_bindx.3
parenta362498f2ee574f0c8ad52434857803559f450cd (diff)
downloadFreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.zip
FreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.tar.gz
Major cleanup: mdoc macros, style, typos etc.
Diffstat (limited to 'lib/libc/net/sctp_bindx.3')
-rw-r--r--lib/libc/net/sctp_bindx.321
1 files changed, 13 insertions, 8 deletions
diff --git a/lib/libc/net/sctp_bindx.3 b/lib/libc/net/sctp_bindx.3
index 427b2ab..a2a2600 100644
--- a/lib/libc/net/sctp_bindx.3
+++ b/lib/libc/net/sctp_bindx.3
@@ -50,19 +50,24 @@
The
.Fn sctp_bindx
call binds or unbinds a address or a list of addresses to an
-SCTP endpoint. This allows a user to bind a subset of
-addresses. The
+SCTP endpoint.
+This allows a user to bind a subset of
+addresses.
+The
.Fn sctp_bindx
call operates similarly to
.Fn bind
but allows a list of addresses and also allows a bind or an
-unbind. The argument
+unbind.
+The argument
.Fa s
-must be a valid SCTP socket descriptor. The argument
+must be a valid SCTP socket descriptor.
+The argument
.Fa addrs
is a list of addresses (where the list may be only 1 in
length) that the user wishes to bind or unbind to the
-socket. The argument
+socket.
+The argument
.Fa type
must be one of the following values.
.Pp
@@ -75,7 +80,8 @@ This value indicates that the listed address(es) need to
be removed from the endpoint.
.Pp
Note that when a user adds or deletes an address to an
-association if the dynamic address flag "net.inet.sctp.auto_asconf"
+association if the dynamic address flag
+.Va net.inet.sctp.auto_asconf
is enabled any associations in the endpoint will attempt to
have the address(es) added dynamically to the existing
association.
@@ -104,6 +110,5 @@ The argument
is not a socket.
.El
.Sh SEE ALSO
-.Xr sctp 4 ,
.Xr bind 2 ,
-
+.Xr sctp 4
OpenPOWER on IntegriCloud