man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

libsctp(3LIB)

Name

libsctp - SCTP sockets library

Synopsis

cc [ flag... ] file... –lsctp [ library... ]

Description

Functions in this library provide the SCTP socket interface.

INTERFACES

INTERFACES

The shared object libsctp.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

sctp_bindx
sctp_connectx
sctp_freeladdrs
sctp_freepaddrs
sctp_getladdrs
sctp_getpaddrs
sctp_opt_info
sctp_peeloff
sctp_recvmsg
sctp_recvv
sctp_send
sctp_sendmsg
sctp_sendv

Files

/usr/lib/libsctp.so.1

shared object

/usr/lib/64/libsctp.so.1

64-bit shared object

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See also

Intro(2), Intro(3), attributes(5), sctp(7P)