GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SCTP_GENERIC_SENDMSG(2) FreeBSD System Calls Manual SCTP_GENERIC_SENDMSG(2)

sctp_generic_sendmsg sctp_generic_sendmsg_iov
send data to a peer

Standard C Library (libc, -lc)

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/sctp.h>

int
sctp_generic_sendmsg(int s, void *msg, int msglen, struct sockaddr *to, socklen_t len, struct sctp_sndrcvinfo *sinfo, int flags);

int
sctp_generic_sendmsg_iov(int s, struct iovec *iov, int iovlen, struct sockaddr *to, struct sctp_sndrcvinfo *sinfo, int flags);

sctp_generic_sendmsg() and sctp_generic_sendmsg_iov() are the true system calls used by the sctp_sendmsg(3) and sctp_send(3) function calls. These are more efficient since they are true system calls but they are specific to FreeBSD and can be expected not to be present on any other operating system. For detailed usage please see either the sctp_send(3) or sctp_sendmsg(3) function calls.

The call returns the number of bytes written on success and -1 upon failure.

[]
The argument s is not a valid descriptor.
[]
The argument s is not a socket.

sctp_send(3), sctp_sendmsg(3), sctp_sendmsgx(3), sctp_sendx(3), sctp(4)
October 30, 2007 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 2 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.