sctp_bindx (3) Linux Manual Page
sctp_bindx – Add or remove bind addresses on a socket. Synopsis #include <netinet/sctp.h> #include <sys/socket.h> #include <sys/types.h> int sctp_bindx(int sd, struct sockaddr *addrs, int addrcnt, int flags); Description sctp_bindx adds or removes a set of bind addresses passed in the array addrs to/from the socket sd. addrcnt is the number of addresses in the array…
