Home
last modified time | relevance | path

Searched refs:sctp_connect (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_itf.h85 extern int sctp_connect(struct sctp_s *conn, const struct sockaddr *dst,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c349 sctp_connect(sctp_t *sctp, const struct sockaddr *dst, uint32_t addrlen, in sctp_connect() function
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c440 if ((error = sctp_connect(ssa->ssa_conn, name, namelen, cr, pid)) != 0) in sosctp_assoc_createconn()
H A Dsocksctp.c424 error = sctp_connect((struct sctp_s *)so->so_proto_handle, in sosctp_connect()