View | Details | Raw Unified | Return to bug 142573
Collapse All | Expand All

(-)sctp_bindx.3 (-1 / +1 lines)
Lines 90-96 Link Here
90
.Sh ERRORS
90
.Sh ERRORS
91
The
91
The
92
.Fn sctp_bindx
92
.Fn sctp_bindx
93
can return the following errors.
93
function can return the following errors:
94
.Bl -tag -width Er
94
.Bl -tag -width Er
95
.It Bq Er EINVAL
95
.It Bq Er EINVAL
96
This value is returned if the
96
This value is returned if the
(-)sctp_connectx.3 (-1 / +1 lines)
Lines 84-90 Link Here
84
.Sh ERRORS
84
.Sh ERRORS
85
The
85
The
86
.Fn sctp_connectx
86
.Fn sctp_connectx
87
can return the following errors.
87
function can return the following errors:
88
.Bl -tag -width Er
88
.Bl -tag -width Er
89
.It Bq Er EINVAL
89
.It Bq Er EINVAL
90
An address listed has an invalid family or no
90
An address listed has an invalid family or no
(-)sctp_getaddrlen.3 (-1 / +1 lines)
Lines 76-82 Link Here
76
.Sh ERRORS
76
.Sh ERRORS
77
The
77
The
78
.Fn sctp_getaddrlen
78
.Fn sctp_getaddrlen
79
function can return the following errors.
79
function can return the following errors:
80
.Bl -tag -width Er
80
.Bl -tag -width Er
81
.It Bq Er EINVAL
81
.It Bq Er EINVAL
82
The address family specified does NOT exist.
82
The address family specified does NOT exist.
(-)sctp_getassocid.3 (-1 / +1 lines)
Lines 58-64 Link Here
58
.Sh ERRORS
58
.Sh ERRORS
59
The
59
The
60
.Fn sctp_getassocid
60
.Fn sctp_getassocid
61
function can return the following errors.
61
function can return the following errors:
62
.Bl -tag -width Er
62
.Bl -tag -width Er
63
.It Bq Er ENOENT
63
.It Bq Er ENOENT
64
The address does not have an association setup to it.
64
The address does not have an association setup to it.
(-)sctp_getpaddrs.3 (-1 / +1 lines)
Lines 76-82 Link Here
76
.Fa addrs
76
.Fa addrs
77
upon success.
77
upon success.
78
.Sh ERRORS
78
.Sh ERRORS
79
The functions can return the following errors.
79
The functions can return the following errors:
80
.Bl -tag -width Er
80
.Bl -tag -width Er
81
.It Bq Er EINVAL
81
.It Bq Er EINVAL
82
An address listed has an invalid family or no
82
An address listed has an invalid family or no
(-)sctp_opt_info.3 (-1 / +1 lines)
Lines 90-96 Link Here
90
.Sh ERRORS
90
.Sh ERRORS
91
The
91
The
92
.Fn sctp_opt_info
92
.Fn sctp_opt_info
93
function can return the following errors.
93
function can return the following errors:
94
.Bl -tag -width Er
94
.Bl -tag -width Er
95
.It Bq Er EINVAL
95
.It Bq Er EINVAL
96
The argument
96
The argument
(-)sctp_send.3 (-1 / +1 lines)
Lines 294-300 Link Here
294
The
294
The
295
.Fn sctp_send
295
.Fn sctp_send
296
system call
296
system call
297
fail if:
297
fails if:
298
.Bl -tag -width Er
298
.Bl -tag -width Er
299
.It Bq Er EBADF
299
.It Bq Er EBADF
300
An invalid descriptor was specified.
300
An invalid descriptor was specified.
(-)sctp_sendmsg.3 (-1 / +1 lines)
Lines 271-277 Link Here
271
The
271
The
272
.Fn sctp_sendmsg
272
.Fn sctp_sendmsg
273
system call
273
system call
274
fail if:
274
fails if:
275
.Bl -tag -width Er
275
.Bl -tag -width Er
276
.It Bq Er EBADF
276
.It Bq Er EBADF
277
An invalid descriptor was specified.
277
An invalid descriptor was specified.

Return to bug 142573