CINXE.COM
sctp_send
<html> <head> <title>sctp_send</title> <META NAME="KEYWORDS" CONTENT="sctp_send"> </head> <body BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#0000ff" ALINK="#0000ff" TEXT="#000000"> <center> <h1><b>sctp_send</b></h1></center> <PRE> <STRONG><A HREF="/man3/SCTP_SEND">SCTP_SEND(3)</A></STRONG> Linux Programmer's Manual <STRONG><A HREF="/man3/SCTP_SEND">SCTP_SEND(3)</A></STRONG> NAME sctp_send - Send a message from a SCTP socket. SYNOPSIS #include <sys/types.h> #include <sys/socket.h> #include <netinet/sctp.h> int sctp_send(int sd, const void * msg, size_t len, const struct sctp_sndrcvinfo *sinfo, uint32_t flags); DESCRIPTION sctp_send is a wrapper library function that can be used to send a mes- sage from a socket without the use of the CMSG header structures. sd is the socket descriptor from which the message pointed to by msg of length len is sent. sinfo is a pointer to a sctp_sndrcvinfo structure. flags parameter is composed of a bitwise OR of the flags that can be be passed as the 3rd argument of a standard sendmsg() call. RETURN VALUE On success, sctp_sendmsg returns the number of bytes sent or -1 if an error occurred. SEE ALSO <STRONG><A HREF="/man7/sctp">sctp(7)</A></STRONG> <STRONG><A HREF="/man3/sctp_bindx">sctp_bindx(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_recvmsg">sctp_recvmsg(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_recvv">sctp_recvv(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_peeloff">sctp_peeloff(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_getpaddrs">sctp_getpaddrs(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_getladdrs">sctp_getladdrs(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_opt_info">sctp_opt_info(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_sendmsg">sctp_sendmsg(3)</A></STRONG>, <STRONG><A HREF="/man3/sctp_sendv">sctp_sendv(3)</A></STRONG> Linux 2.6 2005-10-25 <STRONG><A HREF="/man3/SCTP_SEND">SCTP_SEND(3)</A></STRONG></PRE> <center> <h6>Man Pages Copyright Respective Owners. Site Copyright (C) 1994 - 2025 <a href="http://www.he.net">Hurricane Electric</a>. All Rights Reserved.</h6></center> </body> </html>