diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-06-19 16:18:43 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-06-19 16:18:43 +0000 |
| commit | 7e94ae79f3ebff304f8c74fb7529fddfb2b0895c (patch) | |
| tree | c208392c7c2bf27fe5a7d2aa5d7f8b347afd4379 /lib | |
| parent | a9c2c4f325065b9f21b7a98ca087929184fd6db2 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/sctp_connectx.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_connectx.3 b/lib/libc/net/sctp_connectx.3 index c0bbc9059878..21fb57485482 100644 --- a/lib/libc/net/sctp_connectx.3 +++ b/lib/libc/net/sctp_connectx.3 @@ -44,7 +44,7 @@ .In sys/socket.h .In netinet/sctp.h .Ft int -.Fn sctp_connectx "int s" "struct sockaddr *" "int addrcnt" +.Fn sctp_connectx "int s" "struct sockaddr *" "int addrcnt" "sctp_assoc_t *" .Sh DESCRIPTION The .Fn sctp_connectx @@ -72,7 +72,11 @@ If the peer SCTP stack does not list one or more of the provided addresses in its response message then the extra addresses sent in the .Fn sctp_connectx -call will be silently discarded from the association. +call will be silently discarded from the association. On +successful completion the provided sctp_assoc_t * will be +filled in with the association identification of the newly +forming association. + .Sh RETURN VALUES The call returns 0 on success and -1 upon failure. .Sh ERRORS |
