sctp_recvmsg.3 (d8b5fd91b9011a1c21b7389e2dade6b9b1f6e425) | sctp_recvmsg.3 (7c3768006d0adbe052143f13f0d969f422c9fd3e) |
---|---|
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. --- 28 unchanged lines hidden (view full) --- 37.Sh NAME 38.Nm sctp_recvmsg 39.Nd send a message from an SCTP socket 40.Sh LIBRARY 41.Lb libc 42.Sh SYNOPSIS 43.In sys/types.h 44.In sys/socket.h | 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. --- 28 unchanged lines hidden (view full) --- 37.Sh NAME 38.Nm sctp_recvmsg 39.Nd send a message from an SCTP socket 40.Sh LIBRARY 41.Lb libc 42.Sh SYNOPSIS 43.In sys/types.h 44.In sys/socket.h |
45.In sys/sctp.h | 45.In netinet/sctp.h |
46.Ft ssize_t 47.Ft ssize_t 48.Fn sctp_recvmsg "int s" "void *msg" "size_t len" "struct sockaddr * restrict from" "socklen_t * restrict fromlen" "struct sctp_sndrcvinfo *sinfo" "int *flags" 49.Sh DESCRIPTION 50The 51.Fn sctp_recvmsg 52system calls 53is used to receive a message from another SCTP endpoint. --- 219 unchanged lines hidden --- | 46.Ft ssize_t 47.Ft ssize_t 48.Fn sctp_recvmsg "int s" "void *msg" "size_t len" "struct sockaddr * restrict from" "socklen_t * restrict fromlen" "struct sctp_sndrcvinfo *sinfo" "int *flags" 49.Sh DESCRIPTION 50The 51.Fn sctp_recvmsg 52system calls 53is used to receive a message from another SCTP endpoint. --- 219 unchanged lines hidden --- |