diff options
Diffstat (limited to 'usr/src/man/man3socket/sctp_recvmsg.3socket')
-rw-r--r-- | usr/src/man/man3socket/sctp_recvmsg.3socket | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/usr/src/man/man3socket/sctp_recvmsg.3socket b/usr/src/man/man3socket/sctp_recvmsg.3socket index d8746c7597..8c5018b48e 100644 --- a/usr/src/man/man3socket/sctp_recvmsg.3socket +++ b/usr/src/man/man3socket/sctp_recvmsg.3socket @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH sctp_recvmsg 3SOCKET "14 Jul 2004" "SunOS 5.11" "Sockets Library Functions" +.TH SCTP_RECVMSG 3SOCKET "Jul 14, 2004" .SH NAME sctp_recvmsg \- receive message from an SCTP socket .SH SYNOPSIS @@ -30,46 +30,38 @@ In addition to specifying the message buffer \fImsg\fR and the length \fIlen\fR of the buffer, the following parameters can be set: .sp .ne 2 -.mk .na \fB\fIfrom\fR\fR .ad .RS 13n -.rt Pointer to an address, filled in with the sender's address .RE .sp .ne 2 -.mk .na \fB\fIfromlen\fR\fR .ad .RS 13n -.rt Size of the buffer associated with the \fIfrom\fR parameter .RE .sp .ne 2 -.mk .na \fB\fIsinfo\fR\fR .ad .RS 13n -.rt Pointer to an \fBsctp_sndrcvinfo\fR structure, filled in upon the receipt of the message .RE .sp .ne 2 -.mk .na \fB\fImsg_flags\fR\fR .ad .RS 13n -.rt Message flags such as \fBMSG_CTRUNC\fR, \fBMSG_NOTIFICATION\fR, \fBMSG_EOR\fR .RE @@ -89,45 +81,37 @@ number of bytes received. The function returns \fB-1\fR if an error occurs. The \fBsctp_recvmsg()\fR function fails under the following conditions. .sp .ne 2 -.mk .na \fB\fBEBADF\fR\fR .ad .RS 14n -.rt The \fIs\fR argument is an invalid file descriptor. .RE .sp .ne 2 -.mk .na \fB\fBENOTSOCK\fR\fR .ad .RS 14n -.rt The \fIs\fR argument is not a socket. .RE .sp .ne 2 -.mk .na \fB\fBEOPNOTSUPP\fR\fR .ad .RS 14n -.rt \fBMSG_OOB\fR is set as a flag. .RE .sp .ne 2 -.mk .na \fB\fBENOTCONN\fR\fR .ad .RS 14n -.rt There is no established association. .RE @@ -139,15 +123,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityEvolving +Interface Stability Evolving _ -MT-LevelSafe +MT-Level Safe .TE .SH SEE ALSO |